diff --git a/roles/matrix-appservice-discord/tasks/main.yml b/roles/matrix-appservice-discord/tasks/main.yml index f043ae3..4f26a71 100644 --- a/roles/matrix-appservice-discord/tasks/main.yml +++ b/roles/matrix-appservice-discord/tasks/main.yml @@ -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 diff --git a/roles/matrix-appservice-discord/templates/config.yaml.j2 b/roles/matrix-appservice-discord/templates/config.yaml.j2 index 7971fb0..028cb99 100644 --- a/roles/matrix-appservice-discord/templates/config.yaml.j2 +++ b/roles/matrix-appservice-discord/templates/config.yaml.j2 @@ -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.