fix replying to toots (#1600)
This commit is contained in:
parent
eca3b5379e
commit
a795da81b4
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue