|
|
|
@@ -136,13 +136,13 @@ backgroundDelayMS: 500 |
|
|
|
# and https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3308 |
|
|
|
# Server administration commands, these commands will only work if Draupnir is |
|
|
|
# a global server administrator, and the bot's server is a Synapse instance. |
|
|
|
#admin: |
|
|
|
# # Whether or not Draupnir can temporarily take control of any eligible account from the local homeserver who's in the room |
|
|
|
# # (with enough permissions) to "make" a user an admin. |
|
|
|
# # |
|
|
|
# # This only works if a local user with enough admin permissions is present in the room. |
|
|
|
# enableMakeRoomAdminCommand: false |
|
|
|
# |
|
|
|
admin: |
|
|
|
# Whether or not Draupnir can temporarily take control of any eligible account from the local homeserver who's in the room |
|
|
|
# (with enough permissions) to "make" a user an admin. |
|
|
|
# |
|
|
|
# This only works if a local user with enough admin permissions is present in the room. |
|
|
|
enableMakeRoomAdminCommand: {{ matrix_bot_draupnir_room_hijack_enabled | to_json }} |
|
|
|
|
|
|
|
# Misc options for command handling and commands |
|
|
|
commands: |
|
|
|
# Whether or not the `!draupnir` prefix is necessary to submit commands. |
|
|
|
|