You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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)]`. |
4 years ago | |
|---|---|---|
| .. | ||
| client-server-api | 4 years ago | |
| rooms | 4 years ago | |
| _index.md | 4 years ago | |
| appendices.md | 4 years ago | |
| application-service-api.md | 4 years ago | |
| changelog.md | 4 years ago | |
| identity-service-api.md | 4 years ago | |
| proposals.md | 4 years ago | |
| push-gateway-api.md | 4 years ago | |
| server-server-api.md | 4 years ago | |