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
For example: syandm media quarantine mxc://example.com/INSERT_MEDIA_ID_HERE
This would make it much easier than having to split things apart manually and turn the command into synadm media quarantine --media-id INSERT_MEDIA_ID_HERE --server-name example.com which is somewhat more tricky to remember (it's -i for media and -s for server name)
Also apply on all other media commands (where MXC URI makes sense) like unquarantine and... nothing else?
The text was updated successfully, but these errors were encountered:
definitely a good idea! Been there done that! Just copying the URI from the synadm media list command would be so much easier.
Just wanted to note that for local media you would not require to add --server-name since that is either auto-retrieved or fetched from config.yaml, which leaves you with a slightly simpler command:
synadm media quarantine -i <MEDIA_ID>
Sorry for asking a dumb question, I'm not sure anymore: Can media from remote servers also be quarantined?
For example:
syandm media quarantine mxc://example.com/INSERT_MEDIA_ID_HERE
This would make it much easier than having to split things apart manually and turn the command into
synadm media quarantine --media-id INSERT_MEDIA_ID_HERE --server-name example.com
which is somewhat more tricky to remember (it's-i
for media and-s
for server name)Also apply on all other media commands (where MXC URI makes sense) like unquarantine and... nothing else?
The text was updated successfully, but these errors were encountered: