Skip to content

Commit 580c307

Browse files
committed
chore: code improvements
1 parent 37a8101 commit 580c307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/lib/services/restApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ export const toggleMuteUserInRoom = (rid: string, username: string, userId: stri
541541
return sdk.post('rooms.unmuteUser', { rid, userId });
542542
}
543543

544+
// Methods removed in RC 8.0.0
544545
if (mute) {
545546
// RC 0.51.0
546547
return sdk.methodCallWrapper('muteUserInRoom', { rid, username });

0 commit comments

Comments
 (0)