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:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user