From 73c433ec3dc2f07ca6c797e773c1f7dc123e04c7 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 23 Mar 2021 16:39:46 +0100 Subject: [PATCH] add public key for matrix.org sygnal instance --- assets/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config.json b/assets/config.json index ae46ccfd..a98c5ba9 100644 --- a/assets/config.json +++ b/assets/config.json @@ -2,6 +2,6 @@ "push": { "appId": "io.element.hydrogen.web", "gatewayUrl": "https://matrix.org", - "applicationServerKey": "tbc" + "applicationServerKey": "BC-gpSdVHEXhvHSHS0AzzWrQoukv2BE7KzpoPO_FfPacqOo3l1pdqz7rSgmB04pZCWaHPz7XRe6fjLaC-WPDopM" } }