From 2e8134843f62222e2096fd58eec7cdedb1dc442d Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org> Date: Fri, 4 Jun 2021 21:09:48 +0200 Subject: [PATCH] matrix: Update bridge to 0.26.1 --- roles/matrix/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix/tasks/main.yml b/roles/matrix/tasks/main.yml index ba3b193e2..24bd09a3d 100644 --- a/roles/matrix/tasks/main.yml +++ b/roles/matrix/tasks/main.yml @@ -148,7 +148,7 @@ git: repo: https://github.com/matrix-org/matrix-appservice-irc dest: /var/lib/synapse/matrix-appservice-irc - version: 0.26.0 + version: 0.26.1 become: true become_user: synapse become_method: sudo -- GitLab