Change mention to channel mention

This commit is contained in:
brecert
2021-09-07 08:58:39 -04:00
parent bc2fef4596
commit 42382a0107

View File

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