fix replying to toots (#1600)

This commit is contained in:
Konrad Pozniak 2019-12-21 15:56:19 +01:00 committed by GitHub
parent 5a48368ccf
commit 639a29aa7a
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class ComposeViewModel
mediaUris.map { it.toString() },
mediaDescriptions,
scheduledAt = scheduledAt.value,
inReplyToId = null,
inReplyToId = inReplyToId,
poll = poll.value,
replyingStatusContent = null,
replyingStatusAuthorUsername = null,