Skip to content

v0.33

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 08:39
· 0 commits to 63cfc23a13977e0b288b6b5037ce90fc85b42f6e since this release

Improved / Changed

  • Remove case-insensitive room search workaround.
    • synadm room search, an alias for synadm 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 original synadm 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 of room ... commands.

Notes