yes, it should persist across clients/pages. many mobile clients are fairly early in development so there is a good possibility that there's bugs.
Lemmy.ca Support / Questions
This community is for support requests specific to lemmy.ca.
If you need to contact an admin privately, please message @[email protected].
If you are a technical user and you have questions or need support with the Lemmy software itself, please visit [email protected].
That's good to hear!
This is like 60% educated guess and I didn't bother to research, but I think your client (website, app, etc.) is responsible for keeping track of what you upvote temporarily rather than asking the server. The server just returns the total counts to clients. However, the server DOES track it, and even if your client lets you upvote again, it doesn't actually affect the total count.
For federation, your local instance may also "keep track," but same rules apply. You can only vote once, even if (because of the implementation) it might seem otherwise.
Yeah, that's what it feels like for sure. I would hope that eventually the API responds with my vote status too to all clients.
Total speculation. I just assume the implementation tries to avoid users querying the source database for every single users vote status. At best I can see it increasing the count, decreasing the count or denying those.
Fair assumption