]> git.mxchange.org Git - friendica.git/commit
Use public contact ID in Model\Post\UserNotification::insertNotification
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 3 Mar 2022 13:49:07 +0000 (08:49 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 14 Mar 2022 11:56:20 +0000 (07:56 -0400)
commitdeafdcde956b6fd973bf922abc9cb6d2ad66e880
tree4f6e5815b7f3114ade08c7323e4e03c815765544
parent7ce97459d437a98ece0077b28bb36771aa36ed82
Use public contact ID in Model\Post\UserNotification::insertNotification

- Add localRelationship dependency to Notification factory
- Remove dependencies from Factory\Notification->getMessageFromNotification method
src/DI.php
src/Model/Contact.php
src/Model/Post/UserNotification.php
src/Navigation/Notifications/Entity/Notification.php
src/Navigation/Notifications/Factory/Notification.php
src/Navigation/Notifications/Repository/Notification.php
src/Navigation/Notifications/Repository/Notify.php
src/Worker/PushSubscription.php