mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
Merge branch 'bwindels/calls' into thirdroom/dev
This commit is contained in:
commit
fadbc8c4eb
@ -43,9 +43,9 @@ export class RoomStateStore {
|
|||||||
|
|
||||||
getAllForType(roomId: string, type: string): Promise<RoomStateEntry[]> {
|
getAllForType(roomId: string, type: string): Promise<RoomStateEntry[]> {
|
||||||
const range = this._roomStateStore.IDBKeyRange.bound(
|
const range = this._roomStateStore.IDBKeyRange.bound(
|
||||||
encodeKey(roomId, type, MIN_UNICODE),
|
encodeKey(roomId, type, ""),
|
||||||
encodeKey(roomId, type, MAX_UNICODE),
|
encodeKey(roomId, type, MAX_UNICODE),
|
||||||
true,
|
false,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
return this._roomStateStore.selectAll(range);
|
return this._roomStateStore.selectAll(range);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user