bot-postmoogle: add POSTMOOGLE_USERS config option

This commit is contained in:
Aine
2022-08-28 18:48:18 +03:00
parent a0ecf13cdb
commit e8fd3fdc19
2 changed files with 10 additions and 0 deletions

View File

@ -12,5 +12,6 @@ POSTMOOGLE_LOGLEVEL={{ matrix_bot_postmoogle_loglevel }}
POSTMOOGLE_NOENCRYPTION={{ matrix_bot_postmoogle_noencryption }}
POSTMOOGLE_NOOWNER={{ matrix_bot_postmoogle_noowner }}
POSTMOOGLE_FEDERATION={{ matrix_bot_postmoogle_federation }}
POSTMOOGLE_USERS={{ matrix_bot_postmoogle_users | default('') | join(' ') }}
{{ matrix_bot_postmoogle_environment_variables_extension }}