You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you leave Tuba running (without suspending the computer etc.) and you gain some new followers while it is running, you get the notifications for those followers but Tuba does not update the counters in your user profile, so you have a mismatch between Tuba and the Mastodon web UI, as seen in the screenshot below.
Context: Tootle did caching manually based on reference counting rather than what the server asked. That means that as long as the account object is not freed from memory or manually removed from the cache, it will stay the same. That led to some headaches with stuff like profile editing, pinning posts or updating post interaction counters. #616 leaves cache up to libsoup instead which is based on the server, if the server asks, either time based or with etags
Describe the bug
If you leave Tuba running (without suspending the computer etc.) and you gain some new followers while it is running, you get the notifications for those followers but Tuba does not update the counters in your user profile, so you have a mismatch between Tuba and the Mastodon web UI, as seen in the screenshot below.
Steps To Reproduce
PROFITOpen the PROFILE!Logs and/or Screenshots
Instance Backend
Mastodon
Operating System
Fedora 39
Package
Flatpak
Troubleshooting information
os: GNOME 45 (Flatpak runtime)
prefix: /app
flatpak: true
version: 0.5.0 (production)
gtk: 4.12.3 (4.12.1)
libadwaita: 1.4.0 (1.4.0)
libsoup: 3.4.3 (3.4.3)
libgtksourceview: 5.10.0 (5.10.0)
Additional Context
No response
The text was updated successfully, but these errors were encountered: