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:
@ -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)]
|
||||
|
Reference in New Issue
Block a user