docs-matrix-spec/content
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
..
client-server-api Deprecate the sender_key and device_id on Megolm events (#1101) 2022-06-09 02:24:41 -06:00
rooms Conflicted state set is a set of events (#1120) 2022-06-14 17:07:16 +01:00
_index.md Fix broken links to matrix-doc (#1032) 2022-04-20 16:36:14 +01:00
appendices.md Fix broken links to matrix-doc (#1032) 2022-04-20 16:36:14 +01:00
application-service-api.md Re-add timestamp massaging (#1094) 2022-05-31 09:24:45 -06:00
changelog.md v1.2 changelog 2022-02-02 10:05:30 -07:00
identity-service-api.md Fix broken links to matrix-doc (#1032) 2022-04-20 16:36:14 +01:00
proposals.md Get rid of the proprosal-in-review label (#1036) 2022-05-03 13:45:44 +01:00
push-gateway-api.md Update content to call the new template for HTTP APIs 2021-08-27 19:16:42 +01:00
server-server-api.md Specify room version 10: knock_restricted and int power levels (#1099) 2022-06-08 15:22:47 -06:00