* Stopped checking error message when checking if user is not registered on
whoami. Now it only requires the `M_FORBIDDEN` errcode instead of a specific
human-readable error message.
* Added handling for missing `unsigned` object in membership events
(thanks to [jevolk] in [39]).
* Added warning message when receiving encrypted messages with end-to-bridge
encryption disabled.
* Added utility for mutexes in caching async getters to prevent race conditions.
[jevolk]: https://github.com/jevolk
[39]: https://github.com/mautrix/python/pull/39