mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Unify message sending, track forum topic icons.
This commit is contained in:
@@ -752,7 +752,7 @@ void Filler::addManageTopic() {
|
||||
return;
|
||||
}
|
||||
// #TODO forum lang
|
||||
const auto history = _topic->forum();
|
||||
const auto history = _topic->history();
|
||||
const auto rootId = _topic->rootId();
|
||||
const auto navigation = _controller;
|
||||
_addAction(u"Edit topic"_q, [=] {
|
||||
|
Reference in New Issue
Block a user