mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-27 01:36:24 +00:00
Merge branch 'dev' into immediate-finds
This commit is contained in:
commit
8dc2133ddd
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ export const VoiceChannelIndicator = ErrorBoundary.wrap(({ userId }: VoiceChanne
|
||||||
}
|
}
|
||||||
|
|
||||||
clearTimeout(clickTimers[channelId]);
|
clearTimeout(clickTimers[channelId]);
|
||||||
|
delete clickTimers[channelId];
|
||||||
|
|
||||||
if (e.detail > 1) {
|
if (e.detail > 1) {
|
||||||
if (!PermissionStore.can(PermissionsBits.CONNECT, channel)) {
|
if (!PermissionStore.can(PermissionsBits.CONNECT, channel)) {
|
||||||
showToast("You cannot join the user's Voice Channel", Toasts.Type.FAILURE);
|
showToast("You cannot join the user's Voice Channel", Toasts.Type.FAILURE);
|
||||||
|
|
Loading…
Reference in a new issue