mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Implement forwarding to topics.
This commit is contained in:
@@ -216,7 +216,11 @@ public:
|
||||
const SectionShow ¶ms = SectionShow());
|
||||
void showTopic(
|
||||
not_null<Data::ForumTopic*> topic,
|
||||
MsgId commentId = 0,
|
||||
MsgId itemId = 0,
|
||||
const SectionShow ¶ms = SectionShow());
|
||||
void showThread(
|
||||
not_null<Data::Thread*> thread,
|
||||
MsgId itemId = 0,
|
||||
const SectionShow ¶ms = SectionShow());
|
||||
|
||||
void showPeerInfo(
|
||||
|
Reference in New Issue
Block a user