mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-09-25 22:29:45 +00:00
Can change group's logo
This commit is contained in:
@@ -42,6 +42,9 @@ pub const DEFAULT_ACCOUNT_IMAGE: &str = "avatars/0Reverse.png";
|
||||
/// The account image to show for users who are not allowed to access other users account images
|
||||
pub const ERROR_ACCOUNT_IMAGE: &str = "avatars/0Red.png";
|
||||
|
||||
/// The path where groups logos should be stored
|
||||
pub const PATH_GROUPS_LOGOS: &str = "groups_logo";
|
||||
|
||||
/// The group logo to use when no custom logo have been uploaded
|
||||
pub const DEFAULT_GROUP_LOGO: &str = "groups_logo/default.png";
|
||||
|
||||
|
Reference in New Issue
Block a user