1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-05-29 01:45:35 +02:00

Fix all the tests

This commit is contained in:
binwiederhier 2022-12-28 13:28:28 -05:00
parent d9722a9825
commit a2e474c375
4 changed files with 44 additions and 35 deletions
server

View file

@ -40,8 +40,6 @@ import (
reserve topics
purge accounts that were not logged into in X
reset daily limits for users
"user list" shows * twice
"ntfy access everyone user4topic <bla>" twice -> UNIQUE constraint error
Account usage not updated "in real time"
Attachment expiration based on plan
Plan: Keep 10000 messages or keep X days?
@ -66,6 +64,7 @@ import (
- Expire tokens
- userManager can be nil
- visitor with/without user
- userManager.<NEWSTUFF>
*/
// Server is the main server, providing the UI and API for ntfy