diff --git a/Iceshrimp.Frontend/Components/AttachmentComponent.razor b/Iceshrimp.Frontend/Components/AttachmentComponent.razor index 0d9712ef..cc2f8a0f 100644 --- a/Iceshrimp.Frontend/Components/AttachmentComponent.razor +++ b/Iceshrimp.Frontend/Components/AttachmentComponent.razor @@ -11,29 +11,35 @@ @Attachment.AltText } + else if (BlurImage) + { +
+ + @Loc["Sensitive media"] + @Loc["Click to reveal"] +
+ } // else if (Attachment.ContentType == "audio/x-mod") // { // TODO: Module player - // } + // } else if (Attachment.ContentType.StartsWith("audio")) { - + } else if (Attachment.ContentType.StartsWith("video")) { -