[frontend] Preserve content warning on reply (ISH-391)
This commit is contained in:
parent
3d3a7da73e
commit
80429d399b
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@
|
||||||
ReplyOrQuote = replyTo;
|
ReplyOrQuote = replyTo;
|
||||||
NoteDraft.ReplyId = replyTo.Id;
|
NoteDraft.ReplyId = replyTo.Id;
|
||||||
NoteDraft.Visibility = replyTo.Visibility;
|
NoteDraft.Visibility = replyTo.Visibility;
|
||||||
|
NoteDraft.Cw = replyTo.Cw;
|
||||||
TextPlaceholder = AvailablePlaceholders["reply"];
|
TextPlaceholder = AvailablePlaceholders["reply"];
|
||||||
foreach (var el in mentions)
|
foreach (var el in mentions)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue