mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
88f5f29982
Set the `expires` field to be a date in the future, after which the document should be removed.
309 B
309 B
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})