Skip to content
Snippets Groups Projects
Verified Commit 409e7880 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

matrix: Update mjolnir to v1.6.1

parent 927f1b6d
No related branches found
No related tags found
No related merge requests found
Pipeline #39994 passed
......@@ -21,6 +21,7 @@
- libxslt
- libzip
- make
- nodejs-lts-hydrogen
- npm
- openssl
- pkgconf
......@@ -104,7 +105,7 @@
git:
repo: https://github.com/matrix-org/mjolnir
dest: /var/lib/synapse/mjolnir
version: v1.5.0
version: v1.6.1
force: true
become: true
become_user: synapse
......
......@@ -34,9 +34,9 @@ dataPath: "/var/lib/synapse/mjolnir-data"
# If true (the default), Mjolnir will only accept invites from users present in managementRoom.
autojoinOnlyIfManager: true
# If `autojoinOnlyIfManager` is false, only the members in this group can invite
# If `autojoinOnlyIfManager` is false, only the members in this space can invite
# the bot to new rooms.
acceptInvitesFromGroup: "+example:example.org"
acceptInvitesFromSpace: "!example:example.org"
# Whether Mjolnir should report ignored invites to the management room (if autojoinOnlyIfManager is true).
recordIgnoredInvites: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment