Commit Graph

4 Commits

Author SHA1 Message Date
Marc Koch 92187280e9 multiple changes
- altered db schema to delete subscriptions along with topics
- extracted logic for creating and deleting topics into separate functions
- added functions to list topics and subscriptions
- delete topic and corresponding subscription if same topic is added with different token
- added more error messages and reactions
- added handling for authentication errors (subscription and topic are removed)
- inform all subscribed rooms when subscription is cancelled due to an action in another room
- added documentation for methods
- code style
2024-06-29 01:11:56 +02:00
Marc Koch a3505d3d2e implement authentication via access token 2024-06-20 23:25:46 +02:00
Sophie Tauchert 256aa8f315
Cancel unnecessary subscription tasks 2023-01-21 16:54:33 +01:00
Sophie Tauchert 704d5428a4
Initial commit 2023-01-08 14:54:27 +01:00