Skip to content

Commit 7cb3b40

Browse files
Use stable prefixes for MSC3827 (#2537)
1 parent ab89804 commit 7cb3b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/@types/requests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export interface IRoomDirectoryOptions {
113113
since?: string;
114114
filter?: {
115115
generic_search_term?: string;
116-
"org.matrix.msc3827.room_types"?: Array<RoomType | null>;
116+
room_types?: Array<RoomType | null>;
117117
};
118118
include_all_networks?: boolean;
119119
third_party_instance_id?: string;

0 commit comments

Comments
 (0)