From 54683b756deb9531fb14c8a6f1eb667d5973515a Mon Sep 17 00:00:00 2001 From: emrah Date: Tue, 8 Oct 2024 19:24:59 +0300 Subject: [PATCH] fix: Create symbolic links for matrix_affiliation and matrix_lobby_bypass. Otherwise Prosody cannot find submodules if its folder doesnt match its name. This affects Docker container --- matrix_affiliation | 1 + matrix_lobby_bypass | 1 + 2 files changed, 2 insertions(+) create mode 120000 matrix_affiliation create mode 120000 matrix_lobby_bypass diff --git a/matrix_affiliation b/matrix_affiliation new file mode 120000 index 0000000..41e4711 --- /dev/null +++ b/matrix_affiliation @@ -0,0 +1 @@ +auth_hybrid_matrix_token \ No newline at end of file diff --git a/matrix_lobby_bypass b/matrix_lobby_bypass new file mode 120000 index 0000000..41e4711 --- /dev/null +++ b/matrix_lobby_bypass @@ -0,0 +1 @@ +auth_hybrid_matrix_token \ No newline at end of file