Change follow_operation schema to use type BooleanLike #301
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#301
Loading…
Reference in a new issue
No description provided.
Delete branch "ave/akkoma:fix-follow-schema"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes follow_operation schema to use BooleanLike instead of :boolean so that strings like "0" and "1" (used by mastodon.py) can be accepted. Rest of file uses the same. For more info please see https://git.pleroma.social/pleroma/pleroma/-/issues/2999
(I'm also sending this here as I'm not hopeful about upstream not ignoring it)
this looks good! whilst honestly i prefer
true/false
semantically, we should absolutely match masto's behaviour herei'll wait for CI to run, assuming all passes i'm happy to merge this
oh, but it would be great if you could add a little line in CHANGELOG mentioning it
Updated changelog, used
Changed
(also the last release seems to have incorrectly called itChanges
, so I corrected that too-- I hope that's okay ^^).If you'd like me to move it to
Fixed
instead, I can also do that.becdd6ceae
to5bdc6290f4
wonderful, CI is all passing - thanks for fixing the typo as well
much appreciated!