From 3ad48dddb271fdcdb7f0f62772833510a7da3dd7 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Tue, 3 Dec 2019 18:17:08 +0000 Subject: [PATCH] Use the /_matrix/app/v1 endpoint --- synapse/appservice/api.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/synapse/appservice/api.py b/synapse/appservice/api.py index 57174da021..bd37bc9bc6 100644 --- a/synapse/appservice/api.py +++ b/synapse/appservice/api.py @@ -46,10 +46,7 @@ sent_events_counter = Counter( ) HOUR_IN_MS = 60 * 60 * 1000 - - -APP_SERVICE_PREFIX = "/_matrix/app/unstable" - +APP_SERVICE_PREFIX = "/_matrix/app/v1" def _is_valid_3pe_metadata(info): if "instances" not in info: