fix replying to toots (#1600)
This commit is contained in:
parent
eca3b5379e
commit
a795da81b4
|
@ -266,7 +266,7 @@ class ComposeViewModel
|
||||||
mediaUris.map { it.toString() },
|
mediaUris.map { it.toString() },
|
||||||
mediaDescriptions,
|
mediaDescriptions,
|
||||||
scheduledAt = scheduledAt.value,
|
scheduledAt = scheduledAt.value,
|
||||||
inReplyToId = null,
|
inReplyToId = inReplyToId,
|
||||||
poll = poll.value,
|
poll = poll.value,
|
||||||
replyingStatusContent = null,
|
replyingStatusContent = null,
|
||||||
replyingStatusAuthorUsername = null,
|
replyingStatusAuthorUsername = null,
|
||||||
|
|
Loading…
Reference in New Issue