mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
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