From e8d4551dba5d7a20da4ee6bd4a12e11bfc70bffd Mon Sep 17 00:00:00 2001 From: Infinitay Date: Thu, 5 Oct 2023 19:43:51 -0400 Subject: [PATCH] emote-card: Uncensor unlisted emote via indicator click --- src/components/utility/EmoteCard.vue | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/components/utility/EmoteCard.vue b/src/components/utility/EmoteCard.vue index ab36c233..95659828 100644 --- a/src/components/utility/EmoteCard.vue +++ b/src/components/utility/EmoteCard.vue @@ -14,7 +14,9 @@ >
@@ -46,7 +48,19 @@
-
+
+
+ +
+
+
@@ -106,6 +120,7 @@ const { namedSets } = storeToRefs(useStore()); const actor = useActor(); const isUnavailable = ref(false); +const forceUncensor = ref(false); const modal = useModal(); const m = useMutationStore();