mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
Fix 'this this'
This commit is contained in:
parent
854c98d45b
commit
0b68ed790d
|
|
@ -348,7 +348,7 @@ CREATE TABLE IF NOT EXISTS events (
|
|||
event_state_key_nid BIGINT NOT NULL,
|
||||
-- Local numeric ID for the state at the event.
|
||||
-- This is 0 if we don't know the state at the event.
|
||||
-- If the state is not 0 this this event is part of the contiguous
|
||||
-- If the state is not 0 then this event is part of the contiguous
|
||||
-- part of the event graph
|
||||
-- Since many different events can have the same state we store the
|
||||
-- state into a separate state table and refer to it by numeric ID.
|
||||
|
|
|
|||
Loading…
Reference in a new issue