vector-im-hydrogen-web/src/matrix/storage
Bruno Windels 32835e26b9 adjust query for finding all state events of a type
we were looking for state events with state key between \0 and \u10FFFF
but an empty state key is also valid and would come before \0,
so allow empty state keys at the beginning of the range and include them
in the result by opening the lower bound.
2022-11-10 14:12:22 +01:00
..
idb adjust query for finding all state events of a type 2022-11-10 14:12:22 +01:00
common.ts persist calls so they can be quickly loaded after a restart 2022-04-07 10:32:43 +02:00
types.ts Rename RoomEvent to TimelineEvent 2021-08-31 12:10:36 -07:00