Merge branch 'update_discord_appservice' into 'master'

Switch discord appservice to develop

See merge request aurore/ansible!32
This commit is contained in:
Alexandre IOOSS 2019-03-24 17:08:13 +01:00
commit 077db64576
2 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,7 @@
git:
repo: https://github.com/Half-Shot/matrix-appservice-discord.git
dest: /var/local/matrix-appservice-discord/matrix-appservice-discord
version: v0.4.0
version: 14cf2829510e8b7b99b3238e2deaddf296ab4b76
become: true
become_user: matrix-appservice-discord

View file

@ -25,6 +25,8 @@ bridge:
# Disable sending of read receipts for Matrix events which have been
# successfully bridged to Discord.
disableReadReceipts: false
# Disable Join Leave echos from matrix
disableJoinLeaveNotifications: true
# Authentication configuration for the discord bot.
auth:
clientID: "{{ matrix_discord_client_id }}"
@ -54,7 +56,7 @@ database:
room:
# Set the default visibility of alias rooms, defaults to "public".
# One of: "public", "private"
defaultVisibility: "private"
defaultVisibility: "public"
channel:
# Pattern of the name given to bridged rooms.
# Can use :guild for the guild name and :name for the channel name.