Change mention to channel mention

pull/1049/head
brecert 2021-09-07 08:58:39 -04:00
parent bc2fef4596
commit 42382a0107
1 changed files with 1 additions and 1 deletions

View File

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