2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Fix contact sharing to topics.

This commit is contained in:
John Preston
2022-11-01 12:03:42 +04:00
parent afd6121cbb
commit 15f72ca6c1

View File

@@ -16,7 +16,8 @@ SendAction::SendAction(
SendOptions options)
: history(thread->owningHistory())
, options(options)
, topicRootId(thread->topicRootId()) {
, replyTo(thread->topicRootId())
, topicRootId(replyTo) {
}
} // namespace Api