fix replying to toots (#1600)

This commit is contained in:
Konrad Pozniak 2019-12-21 15:56:19 +01:00 committed by GitHub
parent eca3b5379e
commit a795da81b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,