__matrix_synapse: fix ignored --enable-3pid-lookups flag
This commit is contained in:
parent
b2c1fee672
commit
35e1477521
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue