mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
@@ -46,6 +46,7 @@ export default observer(({ channel }: Props) => {
|
||||
return (
|
||||
<PermissionsLayout
|
||||
channel={channel}
|
||||
rank={channel.server?.member?.ranking ?? Infinity}
|
||||
editor={({ selected }) => {
|
||||
const currentRole = currentRoles.find(
|
||||
(x) => x.id === selected,
|
||||
@@ -110,6 +111,7 @@ export default observer(({ channel }: Props) => {
|
||||
"UploadFiles",
|
||||
"Masquerade",
|
||||
]}
|
||||
target={channel}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user