summaryrefslogtreecommitdiffstats
path: root/server/notifications/profile.js
blob: 6d9c70185c02ef86955b852ba20c2e8058678a84 (plain)
1
2
3
4
5
6
7
8
9
Meteor.startup(() => {
  // XXX: add activity id to profile.notifications,
  // it can be displayed and rendered on web or mobile UI
  // will uncomment the following code once UI implemented
  //
  // Notifications.subscribe('profile', (user, title, description, params) => {
  // user.addNotification(params.activityId);
  // });
});