Fix contact sharing to topics.

This commit is contained in:
John Preston 2022-11-01 12:03:42 +04:00
parent afd6121cbb
commit 15f72ca6c1
1 changed files with 2 additions and 1 deletions

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