1
0
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:
2020-05-26 18:02:14 +02:00
parent 175266f397
commit 305e836d78
4 changed files with 37 additions and 2 deletions

View File

@@ -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";