fix replying to toots (#1600)

main
Konrad Pozniak 4 years ago committed by GitHub
parent 5a48368ccf
commit 639a29aa7a
  1. 2
      app/src/main/java/com/keylesspalace/tusky/components/compose/ComposeViewModel.kt

@ -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…
Cancel
Save