mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Use reshare with Diaspora like with ActivityPub
This commit is contained in:
parent
ed805d1af2
commit
ca8a89ed1c
11 changed files with 108 additions and 84 deletions
|
@ -311,7 +311,11 @@ class Notification extends BaseFactory implements ICanCreateFromTableRow
|
|||
$msg = $l10n->t('%1$s shared a post');
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case Post\UserNotification::TYPE_QUOTED:
|
||||
$msg = $l10n->t('%1$s shared your post %2$s');
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue