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