1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-09-25 22:29:45 +00:00

Create the conversation

This commit is contained in:
2020-06-04 13:36:57 +02:00
parent 8465f0da65
commit 435ba32653
7 changed files with 108 additions and 7 deletions

View File

@@ -26,6 +26,11 @@ pub mod database_tables_names {
/// Groups list table
pub const GROUPS_LIST_TABLE: &str = "comunic_groups";
/// Conversations tables
pub const CONV_LIST_TABLE: &str = "comunic_conversations_list";
pub const CONV_USERS_TABLE: &str = "comunic_conversations_users";
pub const CONV_MESSAGES_TABLE: &str = "comunic_conversations_messages";
}
/// The account image to show for user who do not have any