Change mention to channel mention

This commit is contained in:
brecert
2021-09-07 08:58:39 -04:00
parent dd9b486dab
commit b166b06321

View File

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