__matrix_synapse: fix ignored --enable-3pid-lookups flag

This commit is contained in:
fnux 2022-01-12 16:21:46 +01:00
parent b2c1fee672
commit 35e1477521
No known key found for this signature in database
GPG Key ID: 4502C902C00A1E12
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ if [ -f "$__object/parameter/default-identity-server" ]; then
fi
ENABLE_3PID_LOOKUPS='false'
if [ -f "$__object/parameter/enable-3pid-lookup" ]; then
if [ -f "$__object/parameter/enable-3pid-lookups" ]; then
ENABLE_3PID_LOOKUPS='true'
fi
export ENABLE_3PID_LOOKUPS