updated plugin ActivityPub
version 2.3.0
This commit is contained in:
@ -174,7 +174,7 @@ class Comment extends Base {
|
||||
|
||||
$mentions = $this->get_mentions();
|
||||
if ( $mentions ) {
|
||||
foreach ( $mentions as $mention => $url ) {
|
||||
foreach ( $mentions as $url ) {
|
||||
$cc[] = $url;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user