Skip to content
Discussion options

You must be logged in to vote

That confusing message is an actual bug, not you misreading it. The whole body of src/admin/media/delete.rs ends with Err!("Deleted the MXC from our database and on our filesystem."), so the success text is being returned down the error path, and the admin bot dutifully prefixes it with "Command failed with error:". The file really was deleted, which is why you saw both halves contradict each other. Worth opening as its own issue since it's a one-line fix and completely separate from your original question — anyone deleting media hits it. Your documentation point is fair too, and I'd say it lands harder now that you've confirmed the room is encrypted: delete-by-event can only ever work on…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@sergiy-shchur
Comment options

@MLuc24
Comment options

@sergiy-shchur
Comment options

@MLuc24
Comment options

Answer selected by sergiy-shchur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants