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.

allow bluesky notification regex filtering

Luna 30677d2d daa4b733

+11
+11
app/dashboard/[guildId]/notifications/page.tsx
··· 222 222 } 223 223 </div> 224 224 225 + {item.type !== NotificationType.Bluesky && ( 226 + <TextInput 227 + className="w-full" 228 + name="Ignore regex" 229 + url={url + "/" + item.id} 230 + dataName="regex" 231 + description="Posts that match the provided regex will be ignored." 232 + defaultState={item.regex || ""} 233 + /> 234 + )} 235 + 225 236 <MessageCreatorEmbed 226 237 key={item.id} 227 238 name="Message"