mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-09-25 22:29:45 +00:00
Get path to user data files
This commit is contained in:
@@ -14,4 +14,10 @@ pub mod database_tables_names {
|
||||
|
||||
/// User table
|
||||
pub const USERS_TABLE: &str = "utilisateurs";
|
||||
}
|
||||
}
|
||||
|
||||
/// The account image to show for user who do not have any
|
||||
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";
|
Reference in New Issue
Block a user