updated plugin ActivityPub
version 0.13.3
This commit is contained in:
@ -55,8 +55,10 @@ class Activity {
|
||||
$this->actor = $object['attributedTo'];
|
||||
}
|
||||
|
||||
$type = \strtolower( $this->type );
|
||||
|
||||
if ( isset( $object['id'] ) ) {
|
||||
$this->id = $object['id'];
|
||||
$this->id = add_query_arg( 'activity', $type, $object['id'] );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user