forked from abner/for-legacy-web
Change mention to channel mention
This commit is contained in:
@@ -93,7 +93,7 @@ const ServerSidebar = observer((props: Props) => {
|
|||||||
"MessageBox",
|
"MessageBox",
|
||||||
"append",
|
"append",
|
||||||
`<#${entry._id}>`,
|
`<#${entry._id}>`,
|
||||||
"mention",
|
"channel_mention",
|
||||||
);
|
);
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user