Making the app respect vote federation settings

Can a feature be added to respect the federation settings of votes when on Piefed? I have my votes set _not_ to federate on Piefed, but Mlem on iOS…

My guess is that this may be a piefed issue of web vs api.
Thanks for the bug report, we didn’t know about this. Currently this is tricky to do because of an API limitation. I’ve opened an issue on the PieFed repo: codeberg.org/rimu/pyfedi/issues/1675
API: Liking a post should default to user preference if `private` not specified

https://codeberg.org/rimu/pyfedi/src/branch/main/app/api/alpha/utils/post.py#L928 IMO this should default to the user's setting if `private` is not specified, rather than `False`

Codeberg.org
This will be fixed in a future release of PieFed. codeberg.org/rimu/pyfedi/issues/1675
API: Liking a post should default to user preference if `private` not specified

https://codeberg.org/rimu/pyfedi/src/branch/main/app/api/alpha/utils/post.py#L928 IMO this should default to the user's setting if `private` is not specified, rather than `False`

Codeberg.org
thank you for going the extra mile to reach out to the piefed devs, I really appreciate it!