mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +02:00
Fix contact sharing to topics.
This commit is contained in:
parent
afd6121cbb
commit
15f72ca6c1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue