Chore: Delete unused function getUserRoles (#3836)

This commit is contained in:
Gleidson Daniel Silva 2022-03-07 09:03:51 -03:00 committed by GitHub
parent a9f074d20a
commit 58418fc5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -282,10 +282,6 @@ export const toggleRead = (read: boolean, roomId: string) => {
return sdk.post('subscriptions.read', { rid: roomId });
};
export const getUserRoles = () =>
// RC 0.27.0
sdk.methodCallWrapper('getUserRoles');
export const getRoomCounters = (roomId: string, t: RoomTypes): any =>
// RC 0.65.0
// TODO: missing definitions from server