mirror of
https://github.com/revoltchat/revite.git
synced 2025-01-12 15:31:26 -05:00
Change mention to channel mention
This commit is contained in:
parent
dd9b486dab
commit
b166b06321
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ const ServerSidebar = observer((props: Props) => {
|
|||
"MessageBox",
|
||||
"append",
|
||||
`<#${entry._id}>`,
|
||||
"mention",
|
||||
"channel_mention",
|
||||
);
|
||||
e.preventDefault()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue