Files
overleaf-cep/services/notifications
Shane Kilkelly d79d255c7c change to node6
2018-04-26 11:16:46 +01:00
..
2017-03-17 15:54:15 +00:00
2017-03-17 09:47:45 +00:00
2018-04-26 11:16:46 +01:00
2017-03-17 09:47:45 +00:00
2016-08-05 15:10:13 +01:00
2018-04-26 11:16:46 +01:00
2018-04-26 11:16:46 +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})