Skip to content

Commit

Permalink
Remove MSC3244 support (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live authored Jul 8, 2022
1 parent 685cab3 commit efdda84
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,15 +423,9 @@ export enum RoomVersionStability {
Unstable = "unstable",
}

export interface IRoomCapability { // MSC3244
preferred: string | null;
support: string[];
}

export interface IRoomVersionsCapability {
default: string;
available: Record<string, RoomVersionStability>;
"org.matrix.msc3244.room_capabilities"?: Record<string, IRoomCapability>; // MSC3244
}

export interface ICapability {
Expand Down

0 comments on commit efdda84

Please sign in to comment.