Skip to content

Commit

Permalink
Fix typo event_key -> state_key
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Jul 5, 2023
1 parent 05e8e3a commit d2bc602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/3901-deleting-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ events should be returned as normal when the events timeline is requested. This
allows users to explore historical events.)

The only time when an obsolete state event is needed to update room state is
when a client has already received non-obsolete state for this `event_key`.
when a client has already received non-obsolete state for this `state_key`.
Since this proposal only affects initial sync, clients have not received any
state, so this does not apply.

Expand Down

0 comments on commit d2bc602

Please sign in to comment.