23 lines
859 B
YAML
23 lines
859 B
YAML
excluded_rooms:
|
|
- '!someroom:example.com'
|
|
- '!otherroom:example.com'
|
|
|
|
# add a room ID here to send a message to when someone joins the above rooms
|
|
# (optional)
|
|
notification_room:
|
|
|
|
# if using notification_room above, format the message you'd like to send to it
|
|
# you may use the {user} variable for the full matrix ID of the user, and {room}
|
|
# for the room name in your message
|
|
# html formatting is supported
|
|
notification_message: |
|
|
User <code>{user}</code> has joined <code>{room}</code>.
|
|
|
|
# you can use {user} to reference the joining user in this message using a
|
|
# matrix.to link (rendered as a "pill" in element clients)
|
|
# html formatting is supported
|
|
message: |
|
|
Welcome {user}!<br />
|
|
Please notice that this room is now archived with ArchiBot.<br />
|
|
If you have any questions about archivation, please contact Compliance department.
|