From 174957b7998286087d99f2fb03af9616646fc0c9 Mon Sep 17 00:00:00 2001 From: Gredin67 <35761345+Gredin67@users.noreply.github.com> Date: Wed, 22 Apr 2020 00:52:33 +0200 Subject: [PATCH 1/2] Add Matrix-WhatsApp bridge "mautrix-whatsapp" is the name of the upstream app https://github.com/tulir/mautrix-whatsapp --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index c270186c..c39743b8 100644 --- a/apps.json +++ b/apps.json @@ -1510,6 +1510,16 @@ ], "url": "https://github.com/YunoHost-Apps/mattermost_ynh" }, + "mautrix_whatsapp": { + "branch": "master", + "category": "communication", + "revision": "HEAD", + "state": "working", + "subtags": [ + "chat" + ], + "url": "https://github.com/YunoHost-Apps/mautrix-whatsapp_ynh" + }, "mediadrop": { "branch": "master", "category": "multimedia", From 3900a2207ecb5ad5d6b07d51a43c9df6bb067e3b Mon Sep 17 00:00:00 2001 From: Gredin67 <35761345+Gredin67@users.noreply.github.com> Date: Thu, 30 Apr 2020 14:44:11 +0200 Subject: [PATCH 2/2] Unified mautrix_whatsapp_ynh --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index c39743b8..5830bb33 100644 --- a/apps.json +++ b/apps.json @@ -1518,7 +1518,7 @@ "subtags": [ "chat" ], - "url": "https://github.com/YunoHost-Apps/mautrix-whatsapp_ynh" + "url": "https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh" }, "mediadrop": { "branch": "master",