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:
Simon Laux
2021-01-07 23:30:51 +01:00
committed by B. Petersen
parent f7ecf34ead
commit 1d62448903
3 changed files with 57 additions and 4 deletions

View File

@@ -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;