forked from spantaleev/matrix-docker-ansible-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
synapse-admin v0.10.3-etke16: Upgrade to react-admin v5, restrict act…
…ions on specific users (spantaleev#3543) * synapse-admin v0.10.3-etke15: Upgrade to react-admin v5 * v0.10.3-etke16 * fix linter * add _auto and _custom vars * Use 2 spaces before #noqa var-naming --------- Co-authored-by: Slavi Pantaleev <slavi@devture.com>
- Loading branch information
1 parent
e662eb1
commit 338e6d9
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"restrictBaseUrl": {{ matrix_synapse_admin_config_restrictBaseUrl | to_json }} | ||
"restrictBaseUrl": {{ matrix_synapse_admin_config_restrictBaseUrl | to_json }}, | ||
"asManagedUsers": {{ matrix_synapse_admin_config_asManagedUsers | to_json }} | ||
} |