mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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})