mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 02:32:14 -04:00
Verify ?chunk_id
actually corresponds to an insertion event that exists (MSC2716) (#10776)
This commit is contained in:
parent
1c555527b3
commit
145c006ef7
4 changed files with 51 additions and 1 deletions
|
@ -61,6 +61,7 @@ from .registration import RegistrationStore
|
|||
from .rejections import RejectionsStore
|
||||
from .relations import RelationsStore
|
||||
from .room import RoomStore
|
||||
from .room_batch import RoomBatchStore
|
||||
from .roommember import RoomMemberStore
|
||||
from .search import SearchStore
|
||||
from .session import SessionStore
|
||||
|
@ -81,6 +82,7 @@ class DataStore(
|
|||
EventsBackgroundUpdatesStore,
|
||||
RoomMemberStore,
|
||||
RoomStore,
|
||||
RoomBatchStore,
|
||||
RegistrationStore,
|
||||
StreamStore,
|
||||
ProfileStore,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue