-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
Server deleted messages appear on Tusky Android app #4755
Comments
Hmm yes but this kinda hard to fix because we can't recheck all the posts all the time but we want to cache posts for better offline behavior. Some ideas how this could still be improved:
In the meantime you can change e.g. the setting to filter replies out of the home timeline, that will force a full reload of the home timeline. Changing any of the notification filters will force a reload of the notifications. |
I don't know the code base but at the application launch time, if there is some way to ask the server 'what changed in the database between last app exit time and now for this user', it is possible to get the difference. This works for new messages, but it should work for deleted messages too. For live app behavior, when I post something in the web interface, the server immediately notifies the app (I guess) and it appears in the app. Why this same mechanism is not working when something is deleted on the web interface? |
that would be cool, but it doesn't exist
Ah yes implementing the streaming api would help as well. But it only works when the app is active. |
Detailed description
Messages which are deleted on server (using mastodon web interface) are not deleted on Android app.
This is an issue if 'auto deletion' is enabled in the account. I enabled auto deletion (to delete posts older than a week) in my account using web interface, and even though the messages are gone from the web interface, I can still see them on Tusky. Clearing cache doesn't have any effect.
Steps to reproduce the problem
Debug information
Tusky 26.2
Device: Motorola moto g play (2021)
Android version: 11
SDK version: 30
Version: 4.4.0-nightly-2024-11-06
The text was updated successfully, but these errors were encountered: