whitespace

This commit is contained in:
Mike Macgirvin 2024-05-15 06:28:18 +10:00
parent 226df021cd
commit 237aa7d1a2

View file

@ -129,11 +129,6 @@ class ActivityPub
}
foreach ($r as $contact) {
// is $contact connected with this channel - and if the channel is cloned, also on this hub?
// 2018-10-19 this probably doesn't apply to activitypub anymore, just send the thing.
// They'll reject it if they don't like it.
// $single = deliverable_singleton($arr['channel']['channel_id'],$contact);
if (!$arr['normal_mode']) {
continue;
}