changelog: Document device_id
type change
This commit is contained in:
parent
92110cabb5
commit
1ae98db9c4
@ -18,6 +18,11 @@ Improvements:
|
||||
- Stabilize support for muting in VoIP calls, according to Matrix 1.11
|
||||
- All the root `Any*EventContent` types now have a `EventContentFromType` implementations
|
||||
automatically derived by the `event_enum!` macro.
|
||||
- `CallMemberEventContent` now supports two different formats: Session memberships and Legacy memberships.
|
||||
The new format (Session) is required to reliably display the call member count (reliable call member events).
|
||||
`CallMemberEventContent` is now an enum to model the two different formats.
|
||||
- `CallMemberStateKey` (instead of `OwnedUserId`) is now used as the state key type for `CallMemberEventContent`.
|
||||
This guarantees correct formatting of the event key.
|
||||
|
||||
Breaking changes:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user