-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to delete uploaded files #3994
Comments
A workaround is to redact the file event from the room. If people already have the file link, they can still fetch it, but new people won't see the file in the room. |
There will come a time when sbdy uploads something they really didn't want to/shouldn't have, so this is an important feature for the platform to have. How it's implemented, who can delete which files, and what the implications are for files than have been cached remotely is an interesting topic (which may have already had some thought). |
What @lampholder said happened to me, I wanted to delete the file I uploaded and naively thought removing the event would delete it but it seems I was wrong. It was a private chat and people seeing it wasn't a problem, I just wanted it to be deleted from the server. What interface is going to be provided for deleting files that no longer can be seen? Will users have access to a list of files they have uploaded? It would be nice if there was some docs that explained how much control users have over their content. |
@CIAvash I mean in the end if you don't control the servers that have your content you can't ensure deletion, this is even more painful when considered with federation |
Maybe add two permissions for this:
|
@colans the issue is files don't belong to rooms, I could upload a file once and send it into 100s of rooms, having those room moderators able to delete the file would be potentially massively destructive? |
Closing in favour of #5025 (more outbound links) |
Description
One is unable to delete uploaded files in a room with members
Steps to reproduce
Expected Results
Version information
Using Riot IM on the web in Chrome 58.0.3029.110, Windows 10
Homeserver is https://matrix.org
Identity Server is https://vector.im
matrix-react-sdk version: 0.8.9
riot-web version: 0.9.10
olm version: 2.2.1
The text was updated successfully, but these errors were encountered: