Releases: alkem-io/matrix-adapter
Releases · alkem-io/matrix-adapter
Heap increased
Release: matrix admin events; logic clean up
Adds a new module + controller for events to manage the matrix instance
update users_default (new members) power level for rooms for a given matrix (admin) user
log the state (power levels) for a given room
Updating the rooms for an admin first tries to re-use the current admin user if there is a match, otherwise creates a new agent for the provided credentials (with then a new sync)
Also split the admin user management into a separate module for ease of code management
Delete (message / reaction) now use the actual user for the matrix event, not the admin user.
Add users to rooms where needed.
v0.4.3
Release: Correct filtering
- Correct filtering of events
Release: Bugfix
- Fixed bug where some events were mistakenly filtered out
v0.4.0
Added Additional Configuration for Matrix Client
What's Changed
- Matrix client params by @techsmyth in #33
- additional startup params by @techsmyth in #34
- Release: Fixes by @valentinyanakiev in #35
Full Changelog: v0.3.2...v0.3.4
Alter default settings
Added Health Controller
Updated Message Interface
Message Interface
Message
Interface now includesthreadID
andreactions