Change mention to channel mention
parent
dd9b486dab
commit
b166b06321
|
|
@ -93,7 +93,7 @@ const ServerSidebar = observer((props: Props) => {
|
|||
"MessageBox",
|
||||
"append",
|
||||
`<#${entry._id}>`,
|
||||
"mention",
|
||||
"channel_mention",
|
||||
);
|
||||
e.preventDefault()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue