mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
9babc70df7
fix for chai object id tests GitOrigin-RevId: 98123dbc930c6ee57be3a118177426120482c5f4
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.