Change mention to channel mention

This commit is contained in:
brecert 2021-09-07 08:58:39 -04:00
parent dd9b486dab
commit b166b06321
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1B2E56B9EC985B96

View file

@ -93,7 +93,7 @@ const ServerSidebar = observer((props: Props) => {
"MessageBox", "MessageBox",
"append", "append",
`<#${entry._id}>`, `<#${entry._id}>`,
"mention", "channel_mention",
); );
e.preventDefault() e.preventDefault()
} }