[frontend] Preserve content warning on reply (ISH-391)

This commit is contained in:
Lilian 2024-07-01 20:58:57 +02:00
parent 3d3a7da73e
commit 80429d399b
No known key found for this signature in database

View file

@ -126,6 +126,7 @@
ReplyOrQuote = replyTo;
NoteDraft.ReplyId = replyTo.Id;
NoteDraft.Visibility = replyTo.Visibility;
NoteDraft.Cw = replyTo.Cw;
TextPlaceholder = AvailablePlaceholders["reply"];
foreach (var el in mentions)
{