2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Request full album for last topic message.

This commit is contained in:
John Preston
2022-10-06 19:11:26 +04:00
parent 377b86372b
commit 032e6c57e9
16 changed files with 58 additions and 35 deletions

View File

@@ -751,7 +751,7 @@ void Filler::addManageTopic() {
if (!_topic) {
return;
}
// #TODO forum lang
// #TODO lang-forum
const auto history = _topic->history();
const auto rootId = _topic->rootId();
const auto navigation = _controller;