Notification generation not ported to new API #760
Labels
For: Backend
This is something to do for the backend (server folder) of the website.
Priority: High
Should be done first and foremost, absolutely essential for this release.
Size: Medium
Something that may take a few days or so to implement.
Type: Enhancement
Something that builds on top of what already exists
Something I just realized we forgot to port. On the old API, whenever activities are created, the
genNotification
function is run that generates notifications for users withMapNotify
s andFollow
s. models/activity.js.We should
createActivity
method inActivityService
ActivityService
UsersRepoService.createActivities
and replace with calls to above methodThe text was updated successfully, but these errors were encountered: