mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Support topic closing.
This commit is contained in:
@@ -638,7 +638,6 @@ void HistoryService::setMessageByAction(const MTPmessageAction &action) {
|
||||
|
||||
auto prepareTopicCreate = [&](const MTPDmessageActionTopicCreate &action) {
|
||||
auto result = PreparedText{};
|
||||
// #TODO lang-forum
|
||||
result.text = { tr::lng_action_topic_created(tr::now) };
|
||||
return result;
|
||||
};
|
||||
|
Reference in New Issue
Block a user