Coding styles
This commit is contained in:
parent
a7639a2341
commit
73ba7d8005
|
@ -67,7 +67,7 @@ class FollowedTags extends BaseApi
|
|||
self::setBoundaries($saved_search['id']);
|
||||
$tag = ['name' => ltrim($saved_search['term'], '#')];
|
||||
|
||||
$hashtag = new \Friendica\Object\Api\Mastodon\Tag($this->baseUrl, $tag, [], true);
|
||||
$hashtag = new \Friendica\Object\Api\Mastodon\Tag($this->baseUrl, $tag, [], true);
|
||||
$return[] = $hashtag->toArray();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue