Skip to content

Change follow_operation schema to use type BooleanLike

ave requested to merge ao/pleroma:develop into develop

Fixes #2999 (closed).

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.

Edited by ave

Merge request reports