mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 11:17:47 +00:00
* fix(visitors): Fixes leaking s2s connections. * squash: Split patches in two. * squash: Adds some comments in patch. * squash: Fix patch destination.
12 lines
278 B
Diff
12 lines
278 B
Diff
diff -r 214a679823e8 core/features.lua
|
|
--- a/core/features.lua Mon May 01 15:10:32 2023 +0200
|
|
+++ b/core/features.lua Wed May 24 11:53:34 2023 -0500
|
|
@@ -4,5 +4,7 @@
|
|
available = set.new{
|
|
-- mod_bookmarks bundled
|
|
"mod_bookmarks";
|
|
+
|
|
+ "s2sout-pre-connect-event";
|
|
};
|
|
};
|