We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c19de commit 7e6fbd6Copy full SHA for 7e6fbd6
includes/functions.php
@@ -111,7 +111,7 @@ function get_remote_metadata_by_actor( $actor ) {
111
return $pre;
112
}
113
if ( preg_match( '/^@?[^@]+@((?:[a-z0-9-]+\.)+[a-z]+)$/i', $actor ) ) {
114
- $actor = \Acivitypub\Webfinger::resolve( $actor );
+ $actor = \Activitypub\Webfinger::resolve( $actor );
115
116
117
if ( ! $actor ) {
0 commit comments