Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 6c27e923 rédigé par Will Hunt's avatar Will Hunt Validation de GitHub
Parcourir les fichiers

Delete provisioner-rules.yaml

parent 5e0704a4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
# This rule checks the memberlist of a room to determine if it will let
# the bridge create a link to the room. This is useful for avoiding conflicts
# with other bridges.
userIds:
# Anyone in this set will be ALWAYS exempt from the conflicts rule.
# Here anyone who's localpart starts with nice is exempt.
exempt:
- "@nice+.:example.com"
- "@mr.e:localhost"
# This is a regex that will exclude anyone who has "guy" at the end of their localpart.
# evilbloke is also exempt.
conflict:
- "@+.guy:example.com"
- "@evilbloke:example.com"
- "@mr.*:localhost"
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter