mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Use new config fields for revoke settings.
This commit is contained in:
@@ -515,6 +515,9 @@ struct Data {
|
||||
int32 PushChatLimit = 2;
|
||||
int32 SavedGifsLimit = 200;
|
||||
int32 EditTimeLimit = 172800;
|
||||
int32 RevokeTimeLimit = 172800;
|
||||
int32 RevokePrivateTimeLimit = 172800;
|
||||
bool RevokePrivateInbox = false;
|
||||
int32 StickersRecentLimit = 30;
|
||||
int32 StickersFavedLimit = 5;
|
||||
int32 PinnedDialogsCountMax = 5;
|
||||
@@ -634,6 +637,9 @@ DefineVar(Global, int32, PushChatPeriod);
|
||||
DefineVar(Global, int32, PushChatLimit);
|
||||
DefineVar(Global, int32, SavedGifsLimit);
|
||||
DefineVar(Global, int32, EditTimeLimit);
|
||||
DefineVar(Global, int32, RevokeTimeLimit);
|
||||
DefineVar(Global, int32, RevokePrivateTimeLimit);
|
||||
DefineVar(Global, bool, RevokePrivateInbox);
|
||||
DefineVar(Global, int32, StickersRecentLimit);
|
||||
DefineVar(Global, int32, StickersFavedLimit);
|
||||
DefineVar(Global, int32, PinnedDialogsCountMax);
|
||||
|
Reference in New Issue
Block a user