8go
8go
See also: - https://github.com/matrix-org/synapse/issues/3479 --> using DB SQL scripts to do cleanup - https://github.com/poljar/matrix-nio/issues/308 - https://git.wehack.space/matrix-synapse-scripts/tree/mxclean - https://github.com/mserajnik/synapse-purge --> https://sr.ht/~mser/synupkeep/ - https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/media_admin_api.md#delete-local-media - https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/user_admin_api.md#delete-media-uploaded-by-a-user HTTP API: - curl -XPOST -d...
`--delete-mxc` was implemented in commit 583a2bd But as required by the Matrix API it requires user to have server admin permissions. See documentation. Closing issue.
Just wanted to add that I looked at the Client API (not the Admin API) and confirm that there is no "delete" operation for the content repository. So, I think...
Thank you @opk12 for sharing this very relevant information. If https://github.com/matrix-org/matrix-spec/issues/226 gets implemented and (ideally) is available via `matrix-nio` API than it makes a lot of sense to add this...
My personal experience: I have done dozens of verification, maybe close to 100. It never took more than 1 min, in most cases I would say it had taken 1-5...
As a tiny tiny side note, it works slightly "better" if you accept the verification first on Element, then then secondly on matrix-commander. But this is not crucial, it works...
> Have you tried syncing from current timestamp (dropping history)? No, in my application matrix-commander https://github.com/8go/matrix-commander I have not tried that.
Here is a list of MSCs https://github.com/matrix-org/matrix-spec-proposals/tree/main/proposals The name summarizes what the MSC is roughly about: e.g. https://github.com/matrix-org/matrix-spec-proposals/blob/main/proposals/2676-message-editing.md tells you that MSC 2676 is about message editing. Inside in the...
That makes sense. I will try to get better at this.
@edwinsage Just to be clear: If there is change in the output (stdout), e.g. new space while reporting a room id, then use a new major version number. If there...