mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-12 07:30:46 +02:00
87ed52e07b
Revert "Upgrade the dev environment and CI to mongo 8" GitOrigin-RevId: f2145812a5c1cf8d3d3ac31c76cc4aed4ea9d46d
overleaf/notifications
An API for managing user notifications in Overleaf
database indexes
For notification expiry to work, a TTL index on notifications.expires must be created:
db.notifications.createIndex({expires: 1}, {expireAfterSeconds: 10})
License
The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3.
Copyright (c) Overleaf, 2016–2019.