瀏覽代碼

xmpp: fix storage backend on prosody 0.11

Saúl Ibarra Corretgé 6 年之前
父節點
當前提交
8e2964b006
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

+ 2 - 2
prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

@@ -35,11 +35,11 @@ Component "{{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
     modules_enabled = {
       "ping";
     }
-    storage = "none"
+    storage = "internal"
     muc_room_cache_size = 1000
 
 Component "{{ .Env.XMPP_MUC_DOMAIN }}" "muc"
-    storage = "none"
+    storage = "internal"
 
 Component "focus.{{ .Env.XMPP_DOMAIN }}"
     component_secret = "{{ .Env.JICOFO_COMPONENT_SECRET }}"