2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Request last topic message if it becomes unknown.

This commit is contained in:
John Preston
2022-10-06 20:06:24 +04:00
parent 032e6c57e9
commit f258b054e8
11 changed files with 91 additions and 39 deletions

View File

@@ -352,7 +352,7 @@ void Filler::addHidePromotion() {
void Filler::addTogglePin() {
if (!_peer) {
// #TODO forum pin
// #TODO forum pinned
return;
}
const auto controller = _controller;