mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 16:36:59 +03:00
add flag to get only info/system messages of chat
useful for creating an "audit log" view of a chat that helps to find actions like who added/removed who quickly and without endless scrolling
This commit is contained in:
@@ -99,6 +99,7 @@ pub const DC_GCL_ADD_ALLDONE_HINT: usize = 0x04;
|
||||
pub const DC_GCL_FOR_FORWARDING: usize = 0x08;
|
||||
|
||||
pub const DC_GCM_ADDDAYMARKER: u32 = 0x01;
|
||||
pub const DC_GCM_SYSTEM_ONLY: u32 = 0x02;
|
||||
|
||||
pub const DC_GCL_VERIFIED_ONLY: usize = 0x01;
|
||||
pub const DC_GCL_ADD_SELF: usize = 0x02;
|
||||
|
||||
Reference in New Issue
Block a user