Merge branch 'dev' into immediate-finds
Some checks are pending
Sync to Codeberg / codeberg (push) Waiting to run
test / test (push) Waiting to run

This commit is contained in:
Nuckyz 2024-09-16 15:17:56 -03:00
commit 8dc2133ddd
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -132,6 +132,8 @@ export const VoiceChannelIndicator = ErrorBoundary.wrap(({ userId }: VoiceChanne
}
clearTimeout(clickTimers[channelId]);
delete clickTimers[channelId];
if (e.detail > 1) {
if (!PermissionStore.can(PermissionsBits.CONNECT, channel)) {
showToast("You cannot join the user's Voice Channel", Toasts.Type.FAILURE);