Files
overleaf-cep/services/notifications
Eric Mc Sween 3da2d53acb Merge pull request #33413 from overleaf/revert-33040-em-parse-req-errors
Revert "Replace isZodErrorLike with custom error types in request validation"

GitOrigin-RevId: 1f51fe9e14ffabf283f1229552d3887136420f8f
2026-05-06 08:06:41 +00:00
..
2025-09-12 08:07:16 +00:00
2026-04-28 08:52:37 +00:00
2026-04-28 08:52:37 +00:00
2026-04-28 08:52:37 +00:00
2026-04-28 08:52:37 +00:00

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, 20162019.