From 4e36fc0e38c2a0663bba185fe73dc04e045c9354 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 2 Aug 2022 11:14:19 +0200 Subject: [PATCH] allow html --- frontend/src/ts/elements/psa.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/ts/elements/psa.ts b/frontend/src/ts/elements/psa.ts index d455f5724..2904b3cf5 100644 --- a/frontend/src/ts/elements/psa.ts +++ b/frontend/src/ts/elements/psa.ts @@ -44,6 +44,8 @@ async function getLatest(): Promise { "Server is currently under maintenance. Check the status page for more info.", -1, "bullhorn", + true, + undefined, true ); return [];