m->d: Use allowed_mentions feature to control @room->@everyone #35
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://discord.com/developers/docs/resources/channel#allowed-mentions-object
Adding allowed_mentions to sent messages lets me disable @everyone parsing based on where the Matrix user has @room permissions or not.
This means I can stop using the
disableEveryone
feature that SnowTransfer provides, since ST's version breaks links containing an @ sign (for good reason).Done in
25cd8cb289
.