diff options
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; |
