mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
feat: copy content warning when replying (#1672)
This commit is contained in:
parent
ddb765c4a2
commit
1445a57d8d
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ export function getReplyDraft(status: mastodon.v1.Status) {
|
|||
return getDefaultDraft({
|
||||
initialText: '',
|
||||
inReplyToId: status!.id,
|
||||
sensitive: status.sensitive,
|
||||
spoilerText: status.spoilerText,
|
||||
visibility: status.visibility,
|
||||
mentions: accountsToMention,
|
||||
language: status.language,
|
||||
|
|
Loading…
Reference in a new issue