Update WebSocket data handling for files and system messages#6124
Conversation
|
APK file: https://github.com/nextcloud/talk-android/actions/runs/24935776966/artifacts/6641289039 |
125869b to
41acb4b
Compare
|
APK file: https://github.com/nextcloud/talk-android/actions/runs/24961225772/artifacts/6648778858 |
|
will have a look soon! |
|
still on our list. Review is not forgotten |
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
|
We are now trying to catch up with the pull request reviews. The PR is not forgotten and should be picked up soon. |
…a, fetch new messages via REST call. Signed-off-by: Jens Zalzala <jens@shakingearthdigital.com>
41acb4b to
745ba31
Compare
|
Thank you @anakin78z 👍 |
|
APK file: https://github.com/nextcloud/talk-android/actions/runs/25739124510/artifacts/6947431827 |
See #6081
When receiving a WebSocket chat comment with a file attachment, fetch messages via REST call to get user specific file paths.
This allows the user to display media without needing to wait on the insurance call to trigger.
Also checks for system messages that need to be localized for the user. This follows the logic of the web app. However, since it doesn't look like we do localization in the Android app, it's set to fetch new data for any system message that is not on the list of untranslated system messages. Partially implements #6064
🏁 Checklist
/backport to stable-xx.x