mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 15:01:23 +01:00
4a3f138832
If you use double-quotes here, you have to escape your backslashes. It's much easier with single-quotes. (Note that the existing double-backslashes are already interpreted by python's """ parsing.)
1 line
51 B
Text
1 line
51 B
Text
Fix quoting for allowed_local_3pids example config
|