From 230bb2afa8e9c1cb4d36f82e0a379ec0bdf0d21c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sat, 23 Jul 2022 16:51:00 +0200 Subject: [PATCH] Use stable prefix for MSC3827 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/@types/requests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@types/requests.ts b/src/@types/requests.ts index 160a0af25bb..9d0472cee1a 100644 --- a/src/@types/requests.ts +++ b/src/@types/requests.ts @@ -113,7 +113,7 @@ export interface IRoomDirectoryOptions { since?: string; filter?: { generic_search_term?: string; - "org.matrix.msc3827.room_types"?: Array; + room_types?: Array; }; include_all_networks?: boolean; third_party_instance_id?: string;