Switch discord appservice to develop
This commit is contained in:
parent
40e63ba89e
commit
11e084a104
2 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
git:
|
git:
|
||||||
repo: https://github.com/Half-Shot/matrix-appservice-discord.git
|
repo: https://github.com/Half-Shot/matrix-appservice-discord.git
|
||||||
dest: /var/local/matrix-appservice-discord/matrix-appservice-discord
|
dest: /var/local/matrix-appservice-discord/matrix-appservice-discord
|
||||||
version: v0.4.0
|
version: 14cf2829510e8b7b99b3238e2deaddf296ab4b76
|
||||||
become: true
|
become: true
|
||||||
become_user: matrix-appservice-discord
|
become_user: matrix-appservice-discord
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,8 @@ bridge:
|
||||||
# Disable sending of read receipts for Matrix events which have been
|
# Disable sending of read receipts for Matrix events which have been
|
||||||
# successfully bridged to Discord.
|
# successfully bridged to Discord.
|
||||||
disableReadReceipts: false
|
disableReadReceipts: false
|
||||||
|
# Disable Join Leave echos from matrix
|
||||||
|
disableJoinLeaveNotifications: true
|
||||||
# Authentication configuration for the discord bot.
|
# Authentication configuration for the discord bot.
|
||||||
auth:
|
auth:
|
||||||
clientID: "{{ matrix_discord_client_id }}"
|
clientID: "{{ matrix_discord_client_id }}"
|
||||||
|
@ -54,7 +56,7 @@ database:
|
||||||
room:
|
room:
|
||||||
# Set the default visibility of alias rooms, defaults to "public".
|
# Set the default visibility of alias rooms, defaults to "public".
|
||||||
# One of: "public", "private"
|
# One of: "public", "private"
|
||||||
defaultVisibility: "private"
|
defaultVisibility: "public"
|
||||||
channel:
|
channel:
|
||||||
# Pattern of the name given to bridged rooms.
|
# Pattern of the name given to bridged rooms.
|
||||||
# Can use :guild for the guild name and :name for the channel name.
|
# Can use :guild for the guild name and :name for the channel name.
|
||||||
|
|
Loading…
Reference in a new issue