From ee0252f008e638b9087599237cf6fb61126c58a5 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Fri, 12 Feb 2021 13:52:22 +0100 Subject: [PATCH 1/2] add mautrix_facebook and mautrix_signal --- apps.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/apps.json b/apps.json index df235402..0aa50399 100644 --- a/apps.json +++ b/apps.json @@ -1800,6 +1800,26 @@ ], "url": "https://github.com/YunoHost-Apps/mattermost_ynh" }, + "mautrix_facebook": { + "branch": "master", + "category": "communication", + "revision": "HEAD", + "state": "working", + "subtags": [ + "chat" + ], + "url": "https://github.com/YunoHost-Apps/mautrix_facebook_ynh" + }, + "mautrix_signal": { + "branch": "master", + "category": "communication", + "revision": "HEAD", + "state": "working", + "subtags": [ + "chat" + ], + "url": "https://github.com/YunoHost-Apps/mautrix_signal_ynh" + }, "mautrix_whatsapp": { "branch": "master", "category": "communication", From 0ecbe2ddfcefc92da6e9dadb35d5f633f21cd0b8 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 16 Feb 2021 14:49:43 +0100 Subject: [PATCH 2/2] Set mautrix_facebook and mautrix_signal as inprogress --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 0aa50399..e69668fe 100644 --- a/apps.json +++ b/apps.json @@ -1804,7 +1804,7 @@ "branch": "master", "category": "communication", "revision": "HEAD", - "state": "working", + "state": "inprogress", "subtags": [ "chat" ], @@ -1814,7 +1814,7 @@ "branch": "master", "category": "communication", "revision": "HEAD", - "state": "working", + "state": "inprogress", "subtags": [ "chat" ],