mirror of
https://github.com/friendica/friendica
synced 2025-04-28 11:44:23 +02:00
Use "store" when possible
This commit is contained in:
parent
db657b0149
commit
6afcf5c8c7
2 changed files with 2 additions and 2 deletions
|
@ -665,7 +665,7 @@ class OStatus
|
|||
$item['tag'] .= '#[url=' . DI::baseUrl() . '/search?tag=' . $term . ']' . $term . '[/url]';
|
||||
|
||||
// Store the hashtag
|
||||
Tag::storeByHash($item['uri-id'], '#', $term);
|
||||
Tag::store($item['uri-id'], Tag::HASHTAG, $term);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue