mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 19:10:45 +03:00
Use the /_matrix/app/v1 endpoint
This commit is contained in:
parent
fdec84aa42
commit
3ad48dddb2
1 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue