mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +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[]> {
|
||||
const range = this._roomStateStore.IDBKeyRange.bound(
|
||||
encodeKey(roomId, type, MIN_UNICODE),
|
||||
encodeKey(roomId, type, ""),
|
||||
encodeKey(roomId, type, MAX_UNICODE),
|
||||
true,
|
||||
false,
|
||||
true
|
||||
);
|
||||
return this._roomStateStore.selectAll(range);
|
||||
|
Loading…
Reference in New Issue
Block a user