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

pull/13/head
fnux 1 year ago
parent b2c1fee672
commit 35e1477521
No known key found for this signature in database
GPG Key ID: 4502C902C00A1E12

@ -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

Loading…
Cancel
Save