-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
'Files' view in e2e-encrypted rooms does not show files #4959
'Files' view in e2e-encrypted rooms does not show files #4959
Comments
the filtering is done server side and since the events are encrypted synapse has no waying of knowing which events are files. |
Thank you for the information. Makes sense if you think about it... |
Doesn't mean its right though, should be locally filtered for e2e |
Leaving this issue open as a meta until either is closed |
So #2591 is "Explain why the file list isn't working in E2E rooms" and #3412 is "Make the file list work in E2E rooms". Neither of those captures the 'weird other events end up in the file panel' aspect :P #2591 seems like it should be easy - is the only thing blocking this our not having a design/wording? |
@lampholder as far as I am aware, so if you whip up some wording/design I can impl that |
I was thinking something like: For rooms which have encryption enabled:
It's not 100% perfect, since it doesn't do anything to explain why they won't be shown, but the full explanation doesn't really belong in the web UI. It might be nice to provide a why not? explanatory link, but I don't know if we have a precedent for that and how people hosting their own riots might feel about links to content hosted on https://about.riot.im |
this is fiddly to implement due to how generic |
I was afraid that might be the case. Can you suggest something that does fit within TimelinePanel that captures the same spirit? |
Why is it working in Android version of Riot and not in Desktop version of Riot? |
Been wondering this past 6 months as well, decided to google it now with the big release of the riot version.. Thought it was my settings for a second. The android riot does request my server for the files as it scrolls up to view old files. So obviously it just saves the chat message IDs and requests those from my server or something? |
@Thatoo @RRREEEEEEEE
|
@giomfo : I assume completely if my question is naive : why Riot for desktop can't do the same? |
It can, but it involves a bit more work. The concern at the moment isn't really a technical one, but more of a design one. |
Any news on this? This is really annoying :/ |
This is not actually fixed yet, we still need the Riot integration from matrix-org/matrix-react-sdk#3858. |
Description
Uploaded files are not shown in the 'Files' view when the room has e2e enabled.
Steps to reproduce
Expected: list of uploaded files
Got: list of events when somebody changed the room image or added a widget, so only the not-encrypted events.
Log: not sent
Version information
The text was updated successfully, but these errors were encountered: