fix: default reply to visibility (urgent) (#194)
This commit is contained in:
parent
0843878a42
commit
8076e5f069
3 changed files with 8 additions and 6 deletions
|
@ -57,6 +57,7 @@ onReactivated(() => {
|
|||
:draft-key="`reply-${id}`"
|
||||
:placeholder="`Reply to ${status?.account ? getDisplayName(status.account) : 'this thread'}`"
|
||||
:in-reply-to-id="id"
|
||||
:in-reply-to-visibility="status.visibility"
|
||||
/>
|
||||
|
||||
<template v-if="context">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue