Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Be tolerant of the the
end
key not existing in a /messages resposne (…
…#489) As spec'd: > If no further events are available (either because we have reached the start of the timeline, or because the user does not have permission to see any more events), this property is omitted from the response. > > *-- https://spec.matrix.org/v1.1/client-server-api/#get_matrixclientv3roomsroomidmessages* Split out from #214 Previously, it would throw the following error and potentially we found all of the events within that last response to satisfy everything, ``` JSONFieldStr: key 'end' missing ```
- Loading branch information