mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(notifications) throttle join notifications for 2 seconds
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
5713b381c4
commit
76a53b039f
@@ -170,7 +170,7 @@ const _throttledNotifyParticipantConnected = throttle((dispatch: Dispatch<any>)
|
||||
|
||||
joinedParticipantsNames = [];
|
||||
|
||||
}, 500, { leading: false });
|
||||
}, 2000, { leading: false });
|
||||
|
||||
/**
|
||||
* Queues the display of a notification of a participant having connected to
|
||||
|
||||
Reference in New Issue
Block a user