1
0
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:
2020-05-26 18:25:33 +02:00
parent 305e836d78
commit 11865c2bb4
4 changed files with 43 additions and 1 deletions

View File

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