Use reshare with Diaspora like with ActivityPub
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user