1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Revert "Sliding sync: add include_old_rooms; remove is_tombstoned" (#2796)

This commit is contained in:
Michael Telatynski
2022-10-24 14:16:02 +01:00
committed by GitHub
parent 2fe434f3ae
commit ade2e81d3d

View File

@@ -33,7 +33,6 @@ const BUFFER_PERIOD_MS = 10 * 1000;
export interface MSC3575RoomSubscription {
required_state?: string[][];
timeline_limit?: number;
include_old_rooms?: MSC3575RoomSubscription;
}
/**
@@ -43,6 +42,7 @@ export interface MSC3575Filter {
is_dm?: boolean;
is_encrypted?: boolean;
is_invite?: boolean;
is_tombstoned?: boolean;
room_name_like?: string;
room_types?: string[];
not_room_types?: string[];