docs-matrix-spec/changelogs/room_versions/newsfragments
David Robertson 580be61df7
Conflicted state set is a set of events (#1120)
In #1042 I incorrectly wrote that the conflicted state set is a set of
pairs (K, V). We later take the union of the conflicted state set and
the auth difference. The latter is a set of events (V) only.

Fix this by making the conflicted state set a set of events rather than
a set of pairs. That is, the conflicted state set is a a `Set[Event]`
instead of a `Set[((type, state key), event)]`.
2022-06-14 17:07:16 +01:00
..
.gitignore Add a changelog directory for room versions (#3504) 2021-11-19 11:00:37 +00:00
1037.clarification Unify & standardize the v1.3 changelog (#1102) 2022-05-31 09:24:06 -06:00
1042.clarification Unify & standardize the v1.3 changelog (#1102) 2022-05-31 09:24:06 -06:00
1043.clarification Unify & standardize the v1.3 changelog (#1102) 2022-05-31 09:24:06 -06:00
1050.clarification Unify & standardize the v1.3 changelog (#1102) 2022-05-31 09:24:06 -06:00
1093.clarification Unify & standardize the v1.3 changelog (#1102) 2022-05-31 09:24:06 -06:00
1099.clarification Specify room version 10: knock_restricted and int power levels (#1099) 2022-06-08 15:22:47 -06:00
1099.feature.1 Specify room version 10: knock_restricted and int power levels (#1099) 2022-06-08 15:22:47 -06:00
1099.feature.2 Specify room version 10: knock_restricted and int power levels (#1099) 2022-06-08 15:22:47 -06:00
1099.feature.3 Specify room version 10: knock_restricted and int power levels (#1099) 2022-06-08 15:22:47 -06:00
1120.clarification Conflicted state set is a set of events (#1120) 2022-06-14 17:07:16 +01:00
3737.clarification Unify & standardize the v1.3 changelog (#1102) 2022-05-31 09:24:06 -06:00
3739.feature Unify & standardize the v1.3 changelog (#1102) 2022-05-31 09:24:06 -06:00