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

Start to implement post logic

This commit is contained in:
2020-07-02 18:19:04 +02:00
parent d195979c18
commit 4ab5b9d3e3
11 changed files with 209 additions and 3 deletions

View File

@@ -34,6 +34,9 @@ pub mod database_tables_names {
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";
/// Posts table
pub const POSTS_TABLE: &str = "texte";
}
/// The account image to show for user who do not have any