1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-09-25 22:29:45 +00:00

Add conversation logo size in exposed configuration

This commit is contained in:
2021-03-13 11:28:20 +01:00
parent 6b06da1a63
commit 4776207ce8
3 changed files with 11 additions and 3 deletions

View File

@@ -208,4 +208,8 @@ pub mod conversations {
/// Thumbnail size
pub const MAX_CONV_MESSAGE_THUMBNAIL_WIDTH: u32 = 300;
pub const MAX_CONV_MESSAGE_THUMBNAIL_HEIGHT: u32 = 300;
/// Conversation logo size
pub const MAX_CONV_LOGO_WIDTH: u32 = 200;
pub const MAX_CONV_LOGO_HEIGHT: u32 = 200;
}