-
Notifications
You must be signed in to change notification settings - Fork 440
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
Chat in sidebar doesn't update correctly #4540
Comments
Confirmed as this has annoyed me as well. Need to see after #4291 is merged as it integrates with modified/new APIs from the files app. If that bit is not enough, might need extra handling. |
The bug is in the Files app, and it is caused by the It is a regression introduced in Nextcloud 18 if I recall correctly, when the sharing tab was moved to Vue. |
No, this bug is there since ages, more like ownCloud times |
No, it is a regression introduced in Nextcloud 18. In Nextcloud 17 the |
Never the less it's something that needs fixing in Server? Is it already fixed with the new sidebar thingy? |
Yes.
No :-( |
So closing here. |
Not sure if this is a Talk issue or more a general server/sidebar issue. Feel free to move it to another repository.
When I open a file which is not yet shared and go to the chat tab I see this:
Now I click on "share file" which lead me to the share dialog, I share the file and go back to the chat tab.
I would now expect that I can start chatting directly, but I still see the same as on the screenshot above. Only after closing the sidebar and opening it again I can start chatting. The chat tab should update automatically, either triggered by the share operation or by switching back to the chat tab.
The text was updated successfully, but these errors were encountered: