Improved / Changed
- Remove case-insensitive room search workaround.
synadm room search
, an alias forsynadm room list -n
, had a workaround built-in to support case-insensitive searches via the room list API. Since Synapse v1.25 (2021-01) this API does case-insensitivity by itself already. The workaround has been removed.
- Support full feature-set of room list command.
synadm room search
now supports options--sort
and--reverse
, which now gives it the same feature-set as the originalsynadm room list
command.
New
- Support the room state API,
synadm room state
(#53) - Room power levels command (list admins, mods, ...),
synadm room power-levels
(#54)
Fixed
- Several fixes and improvements in
--help
texts ofroom ...
commands.
Notes
- Docs:
- Update instructions: https://github.com/JOJ0/synadm#update
- Full Changelog: v0.32...v0.33