mastodev
@squirrel there's a bug in activity pub i caught
i should've posted more publicly about it but check in "app/lib/activitypub/activity/create.rb"
There's no check in the create for if the user is suspended or not, something like "return if account.suspended?" would help it.
Might be a patch in master for it already since I told Garg