diff options
| author | levlam <levlam@telegram.org> | 2026-07-09 23:44:33 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-07-09 23:44:33 +0300 |
| commit | c0983b4c1dd7c01abd6553dd114b2d940beab070 (patch) | |
| tree | b7de04d62f7b191ffa0196c26b9c3adca4ac36b3 /td/telegram/TdDb.cpp | |
| parent | b6c84162520d0c9136aa694b3d7ec86d2c1e1a54 (diff) | |
Add td_api::community.
Diffstat (limited to 'td/telegram/TdDb.cpp')
| -rw-r--r-- | td/telegram/TdDb.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/td/telegram/TdDb.cpp b/td/telegram/TdDb.cpp index c49ad458b..d688763a7 100644 --- a/td/telegram/TdDb.cpp +++ b/td/telegram/TdDb.cpp @@ -85,6 +85,9 @@ Status init_binlog(Binlog &binlog, string path, BinlogKeyValue<Binlog> &binlog_p case LogEvent::HandlerType::SecretChatInfos: events.secret_chat_events.push_back(event.clone()); break; + case LogEvent::HandlerType::Communities: + events.community_events.push_back(event.clone()); + break; case LogEvent::HandlerType::WebPages: events.web_page_events.push_back(event.clone()); break; |
