Skip to content

Commit

Permalink
Add room_type field to /publicRooms response (#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Oct 21, 2022
1 parent 9a9009d commit d9eac57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ export interface IPublicRoomsChunkRoom {
world_readable: boolean;
guest_can_join: boolean;
num_joined_members: number;
room_type?: RoomType | string; // Added by MSC3827
}

interface IPublicRoomsResponse {
Expand Down

0 comments on commit d9eac57

Please sign in to comment.