Beta version 6.2.6: Fix build with GCC.

This commit is contained in:
John Preston
2025-11-07 17:53:02 +04:00
parent 53f063fe16
commit 6fea6393c6

View File

@@ -1072,7 +1072,6 @@ void Filler::addTopicLink() {
if (!channel) {
return;
}
const auto id = _topic->rootId();
const auto controller = _controller;
_addAction(tr::lng_context_copy_topic_link(tr::now), [=] {
const auto link = Info::Profile::TopicLink(_topic, true);