# notifications-sharelatex **Repository Path**: bxtx/notifications-sharelatex ## Basic Information - **Project Name**: notifications-sharelatex - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-08 - **Last Updated**: 2021-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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: ```javascript 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.