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
Display room aliases instead of room ID's in synadm room list, as requested in issue #25
Several commands now by default display human readable dates and times instead of UNIX epoch in ms. For scripting purposes the old behaviour can still be forced by passing option --ts (--timestamp):
synadm media list
synadm user media
Options --datetime/--timestamp in synadm regtok list command streamlined to shortform options --dt/--ts
New
Translate a room ID to room aliases and vice versa, new command: synadm room resolve, contributed by @MacLemon
Cleanup abandoned sessions/devices, new command synadm user prune-devices as requested in issue #44, contributed by @nemobis
Fixed
Activating a user without a password is now a valid use case, contributed by @andir PR #39
Add missing synadm config command to readthedocs commmands reference.
Streamline help texts: Always start with a capital letter.