From b67cda2d512069346bfc169c89e17955a7cfe665 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 4 Feb 2022 08:49:32 +0100 Subject: [PATCH] chg: [instant-messaging] add new sane default --- objects/instant-message/definition.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/objects/instant-message/definition.json b/objects/instant-message/definition.json index 7f57491..ae643f0 100644 --- a/objects/instant-message/definition.json +++ b/objects/instant-message/definition.json @@ -16,7 +16,11 @@ "TorChat", "Tox", "RetroShare", - "Slack" + "Slack", + "Wire", + "Threema", + "Discord", + "Mumble" ], "ui-priority": 1 }, @@ -109,5 +113,5 @@ "from-user" ], "uuid": "5fa51a24-f40f-4696-a77e-d31e26bab5fc", - "version": 2 -} \ No newline at end of file + "version": 3 +}