Files
overleaf-cep/services/notifications
2017-03-23 15:34:33 +00:00
..
2017-03-17 15:54:15 +00:00
2016-02-04 14:22:13 +00:00
2017-03-17 09:47:45 +00:00
2016-08-10 15:27:40 +01:00
2017-03-17 09:47:45 +00:00
2016-08-05 15:10:13 +01:00
2016-08-12 11:38:17 +01:00

notifications-sharelatex

An API for managing user notifications in ShareLaTeX

database indexes

For notification expiry to work, a TTL index on notifications.expires must be created:

db.notifications.createIndex({expires: 1}, {expireAfterSeconds: 10})