Change follow_operation schema to use type BooleanLike
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