Fix muting reblogs tests
Should have been done !983 (merged) but I am an idiot.
I changed from matching activities to matching their ids in refute
because activities returned by ActivityPub.insert
have a relation not preloaded but existing, so it wouldn't match neither when requested with "skip_preload" => true
nor with "skip_preload" => false