1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-20 08:25:16 +00:00

Add new field in conversation members table to ease database access

This commit is contained in:
2021-03-05 17:07:39 +01:00
parent fd6970f6fe
commit dc93d58d6b
6 changed files with 19 additions and 8 deletions

View File

@ -27,6 +27,7 @@ pub struct ConversationMember {
pub following: bool,
pub is_admin: bool,
pub last_message_seen: u64,
pub last_access: u64,
}
#[derive(Debug)]