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) SendOptions options)
: history(thread->owningHistory()) : history(thread->owningHistory())
, options(options) , options(options)
, topicRootId(thread->topicRootId()) { , replyTo(thread->topicRootId())
, topicRootId(replyTo) {
} }
} // namespace Api } // namespace Api