mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-09-25 22:29:45 +00:00
Can check whether two users are friends or not
This commit is contained in:
@@ -14,6 +14,9 @@ pub mod database_tables_names {
|
||||
|
||||
/// User table
|
||||
pub const USERS_TABLE: &str = "utilisateurs";
|
||||
|
||||
/// Friends table
|
||||
pub const FRIENDS_TABLE: &str = "amis";
|
||||
}
|
||||
|
||||
/// The account image to show for user who do not have any
|
||||
|
Reference in New Issue
Block a user