Notifiarr / website

Issue tracker for Notifiarr.com
https://notifiarr.com
7 stars 0 forks source link

Extra `@` in Snapshot's mention for `@everyone` #186

Closed solid-pixel closed 2 years ago

solid-pixel commented 2 years ago

Hello!

I just noticed that if you pick @everyone in a Snapshot trigger's mention, an extra@ will be added in front, leading to the mention not notifying anyone:

image

will lead to:

image

Other mentions seem to be working fine though.

Thanks

austinwbest commented 2 years ago

OK, so it is specific to everyone. I'll adjust it

austinwbest commented 2 years ago

Ok, so this is interesting.. Im not sure if it'll even work if i remove the @ symbol.

[role] => 894641917206364170

This is the role id, so in order to ping a role with a bot you use

<@&role-id-here>

The everyone group just happens to have an @ in the name visually via discord so if i leave it out, i dont think it'll ping it

austinwbest commented 2 years ago

As the role name has an @ in it and the @ is required to ping with the bot, this just kinda is what it is i believe...