Chore: Delete unused function getUserRoles (#3836)
This commit is contained in:
parent
a9f074d20a
commit
58418fc5c2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue