owltide/server
Hornwitser 5d4cdb7b83 Fix session-expired event causing events to stop
If a session-expired event is hit that does not match the current
session then it should be ignored and event processing continue without
it.  This was incorrectly implemented and instead event processing
would stop when any session-expired event was hit, not just the ones
matching the current session.

Fix logic to properly ignore session-expired events when it doesn't
match the current session.
2025-09-21 22:15:11 +02:00
..
api Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00
utils Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00
database.ts Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00
generate-demo-schedule.ts Add UI to edit and display event notices 2025-09-06 23:54:42 +02:00
streams.ts Fix session-expired event causing events to stop 2025-09-21 22:15:11 +02:00
tsconfig.json Set verbatimModuleSyntax for server code 2025-07-09 18:10:42 +02:00
web-push.ts Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00