kumify/msgio
Kumi b6e7acc564 fix: Add TelegramWebhookView skeleton for POST handling
Introduces a new view class to manage Telegram webhook POST requests.
Lays the groundwork for processing incoming messages with a basic
placeholder returning HTTP 200 status. Future logic implementation
is pending.
2024-11-17 16:01:19 +01:00
..
gateways refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
management/commands refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
migrations feat(migrations): Initialize database schema for messaging 2024-05-17 13:30:34 +02:00
__init__.py Implement Telegram notifications 2020-12-29 17:26:48 +01:00
admin.py Implement Telegram notifications 2020-12-29 17:26:48 +01:00
apps.py Fix matrix message delivery? 2021-02-20 14:17:52 +00:00
handler.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
helpers.py Send app specific data with Notification filter signal 2021-01-06 18:40:33 +01:00
models.py Fix notification sending for multiple dispatchers or no specified dispatchers 2021-01-15 15:14:08 +01:00
signals.py Implement Telegram notifications 2020-12-29 17:26:48 +01:00
tests.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
views.py fix: Add TelegramWebhookView skeleton for POST handling 2024-11-17 16:01:19 +01:00