mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
fix(eslint): rules included deprecated plugin
This commit is contained in:
@@ -101,7 +101,7 @@ export default observer(({ channel }: Props) => {
|
||||
filter={[
|
||||
...(channel.channel_type === "Group"
|
||||
? []
|
||||
: ["ViewChannel" as "ViewChannel"]),
|
||||
: ["ViewChannel" as const]),
|
||||
"ReadMessageHistory",
|
||||
"SendMessage",
|
||||
"ManageMessages",
|
||||
|
||||
Reference in New Issue
Block a user