You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release bring the support for redacted events (previously the lib would crash if a redacted event was present on a sync response).
To do that the lib was refactored using macros to generate the events types instead of inheritance. This makes the doc way easier to read, as well as the code itself. Still their should not be major changes to do to use this version.