mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Fix contact sharing to topics.
This commit is contained in:
@@ -16,7 +16,8 @@ SendAction::SendAction(
|
|||||||
SendOptions options)
|
SendOptions options)
|
||||||
: history(thread->owningHistory())
|
: history(thread->owningHistory())
|
||||||
, options(options)
|
, options(options)
|
||||||
, topicRootId(thread->topicRootId()) {
|
, replyTo(thread->topicRootId())
|
||||||
|
, topicRootId(replyTo) {
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Api
|
} // namespace Api
|
||||||
|
Reference in New Issue
Block a user