m->d: @mention guessing inside code blocks should be disabled #31
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?
Currently mention guessing in messages works like this:
@user
<@123456789>
=@user
However this also applies to code blocks:
`@user`
`<@123456789>`
=<@123456789>
and the bare mention is exposed and the message is corruptedNeed to fix this by only activating the feature outside of code blocks. While I'm at it, make sure it doesn't apply to links either.