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
Breaking change (appservice) Removed typing status from state store.
Breaking change (appservice) Removed is_typing parameter from IntentAPI.set_typing to make the signature match ClientAPI.set_typing. timeout=0 is equivalent to the old is_typing=False.
Breaking change (types) Removed legacy fields in Beeper MSS events.
(bridge) Removed accidentally nested reply loop when accepting invites as the bridge bot.
(bridge) Fixed decoding JSON values in config override env vars.