This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Mark files that have been deleted on the server. #639
Labels
You can continue the conversation there. Go to discussion →
Your use case
What would you like to do?
If a file is deleted on the server, but still exists in the room's stream, use a flag to inform the user that the file no longer exists on the server.
When the user tries to download the file, somehow inform the user that the file cannot be downloaded, instead of popping up a select path dialog.
Why would you like to do it?
The current handling of such files is somewhat ugly: even if the file has been deleted by the server, the user can still download the file forcibly, and the file just contains JSON like this:
{"errcode":"M_NOT_FOUND","error":"Not found [b'*******************.com', b'EfbkyHNJEXrwRFAzxHjnbIhJ']"}
How would you like to achieve it?
n/a
Have you considered any alternatives?
Use another external file transfer service, such as Jirafeau or PsiTrasnfer. An external file transfer service can solve the following problems:
Additional context
n/a
The text was updated successfully, but these errors were encountered: