From 6bdb8bc44af1dffd7e79128e654f7c5c64945a5a Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org> Date: Sun, 22 Sep 2024 19:59:17 +0200 Subject: [PATCH] matrix: Update bridge to 3.0.2 --- 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 8ffd9103d..4db1fda7d 100644 --- a/roles/matrix/tasks/main.yml +++ b/roles/matrix/tasks/main.yml @@ -195,7 +195,7 @@ git: repo: https://github.com/matrix-org/matrix-appservice-irc dest: /var/lib/synapse/matrix-appservice-irc - version: 3.0.1 + version: 3.0.2 force: true become: true become_user: synapse -- GitLab