maubot-ntfy/ntfy
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
..
__init__.py Initial commit 2023-01-08 14:54:27 +01:00
bot.py multiple changes 2024-06-29 01:11:56 +02:00
config.py Only allow admins/privileged users to configure subscriptions 2023-01-08 15:05:01 +01:00
db.py multiple changes 2024-06-29 01:11:56 +02:00
emoji.py multiple changes 2024-06-29 01:11:56 +02:00