You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
@@ -732,7 +732,7 @@ const useIsSynapseAdmin = (cli) => {
|
|||||||
}, () => {
|
}, () => {
|
||||||
setIsAdmin(false);
|
setIsAdmin(false);
|
||||||
});
|
});
|
||||||
}, []);
|
}, [cli]);
|
||||||
return isAdmin;
|
return isAdmin;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user