mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
Move Notify::TYPE_TAGSHARE
This commit is contained in:
parent
51260f234f
commit
bee110dc0b
3 changed files with 5 additions and 2 deletions
|
@ -261,7 +261,7 @@ function notification($params)
|
|||
$itemlink = $params['link'];
|
||||
}
|
||||
|
||||
if ($params['type'] == NOTIFY_TAGSHARE) {
|
||||
if ($params['type'] == Notify\Type::TAG_SHARE) {
|
||||
$itemlink = $params['link'];
|
||||
$subject = $l10n->t('[Friendica:Notify] %s tagged your post', $params['source_name']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue