Open poVoq opened 1 month ago
I need to rewrite how I handle user info, because currently all site and user data is fetched asynchronously to not delay the page load. That's why I don't respect user settings in some aspects like default sorting. I'll see what I can do
This would be an instance wide setting though.
The new settings will be in 0.20.0, not 0.19.6
You might not have seen it yet, but Lemmy 0.19.6 will come with an significant change how votes can be configured, not only disabling down-votes. See the PR here:
https://github.com/LemmyNet/lemmy/pull/5038
It would be great if Photon would recognize the different settings and disable/hide for example comment votes accordingly, or show a small tooltip if federated votes are disabled or so.
Thanks.