Quellcode durchsuchen

Merge pull request #2075 from etkecc/patch-62

postmoogle: set safe defaults to POSTMOOGLE_USERS
pull/2078/head
Slavi Pantaleev vor 3 Jahren
committed by GitHub
Ursprung
Commit
3e95b670c6
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      roles/matrix-bot-postmoogle/defaults/main.yml

+ 2
- 1
roles/matrix-bot-postmoogle/defaults/main.yml Datei anzeigen

@@ -85,7 +85,8 @@ matrix_bot_postmoogle_maxsize: '1024'
# - @another:example.com # - @another:example.com
# - @bot.*:example.com # - @bot.*:example.com
# - @*:another.com # - @*:another.com
matrix_bot_postmoogle_users: []
matrix_bot_postmoogle_users:
- "@*:{{ matrix_domain }}"


# A list of admins # A list of admins
# Example set of rules: # Example set of rules:


Laden…
Abbrechen
Speichern