Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client-api: Use
JsOption
for avatar
field in sliding sync response
The `avatar` field has different semantics whether it's `undefined` (hasn't changed since previous time) vs `null` (it's now unset). Let's reflect this in the API of the `SlidingSyncRoom` response. While a public breaking API change, sliding sync is still considered experimental, so we're not bumping the main version here.
- Loading branch information