This commit is contained in:
Matthias Pfefferle 2023-08-09 14:15:05 +02:00
parent 7de3696c2c
commit fcc9603920

View file

@ -83,7 +83,7 @@ class Collection {
'@context' => array(
'https://www.w3.org/ns/activitystreams',
array(
'Hastag' => 'as:Hastag',
'Hashtag' => 'as:Hashtag',
),
),
'id' => get_rest_url_by_path( sprintf( 'users/%d/collections/tags', $user_id ) ),