mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
* fix(notifications): throttle and batch join notifications Instead of directly calling to show a join notification, go through a specific method. This method will queue names for display while a throttled function pulls the names and shows a notification. * squash: remove unused translation key * squash: use default display name * squash: move into participant actions