From 926dd9dd6b611ef994c161a55d7d0bfd6fca6cfc Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Thu, 2 Apr 2026 20:03:00 +0100 Subject: [PATCH] feat: add duration to queue message --- src/app/mii/[id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/mii/[id]/page.tsx b/src/app/mii/[id]/page.tsx index 9b4a028..e3e554c 100644 --- a/src/app/mii/[id]/page.tsx +++ b/src/app/mii/[id]/page.tsx @@ -133,8 +133,8 @@ export default async function MiiPage({ params }: Props) {

- This Mii is waiting to be manually reviewed {!settings.queueEnabled && "after being auto-flagged for inappropriate images "} - and is hidden from the main page. + This Mii is waiting to be manually reviewed and is hidden from the main page. (This could take a few hours or a couple of days) You can still + share the Mii through the URL!

)}