mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
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";
|
|
};
|
|
};
|