The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix gallery filter nsfw switch

Luna d2c1cf45 dc2d7044

+1 -1
+1 -1
app/ai-gallery/(home)/filter.component.tsx
··· 75 75 const params = new URLSearchParams(searchParams); 76 76 params.delete("nsfw"); 77 77 78 - if (checked) params.append("nsfw", "true"); 78 + if (!checked) params.append("nsfw", "true"); 79 79 80 80 router.replace(`?${params.toString()}`); 81 81 }}