···4242**Note:** If Wamellow does not have the `Mention Everyone` permissions inside the channel, it might not be able to actually notify members with those roles.
43434444### 📫 Filter
4545-Allows you to select additional types or filter notifications for Bluesky:
4545+Allows you to select additional types or filter notifications for **Bluesky**:
4646- `Send Reposts` will also notify when the user reposts any post.
4747- `Send Replies` will also notify when the user replies to any post.
4848- `Send Quotes` will also notify when the user quotes any post.
···5050<br />
5151<br />
52525353-For all other services, you can take advantage of a regex to blacklist posts:
5353+Allows you to select additional types or filter notifications for **YouTube**:
5454+- `Send Videos` will notify when the creator uploads a new video or stream.
5555+- `Send Shorts` will also notify when the creator uploads a new short.
5656+<br />
5757+<br />
5858+5959+For every service, you can take advantage of a regex to blacklist posts:
5460- `^\[live\]` will not post anything starting with `[live]`.
5561- `insult|badword` will not post anything that includes either `insult` or `badword`.
5656-- `^(?!support$).+$` will only post that are `support`. (useful for reddit flairs)
6262+- `^(?!support$).+$` will only post that are `support`. (useful for Reddit flairs)
5763<br />
5864<br />
59656066You can use [regexr.com](https://regexr.com/) or [ChatGPT](https://chatgpt.com/) to create (JavaScript-like) regexs.
6161-You can use regex keywords to negate the condition, in order to create a whitelist filter.
6262-The flags used for string matching are `gi`, only the titles and reddit flairs are checked.
6767+Keep in mind that the regex is inverted, meaning, everything that matches the regex will be ignored.
6868+You can use a negative lookahead to negate the condition, in order to create a whitelist filter.
6969+The flags used for string matching are `gi`, only the YouTube and Twitch titles, Bluesky post bodies, and Reddit flairs are checked.
7070+7171+### 🕵️♀️ Styles (whitelabel / webhook)
7272+Notification styles allow you to customise (or whitelabel) the username and avatar of the author (i.e. the sender of the message) separately for each notification. Wamellow will automatically manage the webhooks for you.
7373+<br />
7474+<br />
7575+7676+The username must follow the [name constraints set by Discord](https://discord.com/developers/docs/resources/user#usernames-and-nicknames). The avatar must be a `.png`, `.jpg`, `.jpeg`, or `.webp` file and be less than 8MiB in size. (Animated formats like GIFs and APNGs are not supported by Discord)
7777+<br />
7878+<br />
7979+8080+
63816482### 🥳 Test notification
6583Test notifications let you see how your message will look like when a video is uploaded or a streamer goes live, etc.