updated plugin ActivityPub
version 2.2.0
This commit is contained in:
@ -102,7 +102,7 @@ class Mention {
|
||||
$username = $metadata['preferredUsername'];
|
||||
}
|
||||
|
||||
$url = isset( $metadata['url'] ) ? $metadata['url'] : $metadata['url'];
|
||||
$url = isset( $metadata['url'] ) ? $metadata['url'] : $metadata['id'];
|
||||
|
||||
if ( \is_array( $url ) ) {
|
||||
$url = $url[0];
|
||||
|
Reference in New Issue
Block a user