7bb6e6e18c
# Conflicts: # test/unit/coffee/NotificationsTests.coffee
notifications-sharelatex
An API for managing user notifications in ShareLaTeX
database indexes
For notification expiry to work, a ttl index on notifications.expiresFrom must be created:
db.notifications.createIndex({expiresFrom: 1}, {expireAfterSeconds: (60*60*24*30)})