robosats/chat
Reckless_Satoshi 79dad7afe2
Add Chat endpoint to API v0 (#288)
* Add /api/chat route and GET method

* Add message POST method

* Wrap /api/chat GET in /api/order GET

* Add send channel message on POST request

* Fix OAS schema bug
2022-10-16 21:11:48 +00:00
..
__init__.py Create new chat app, configure urls 2022-01-13 03:07:20 -08:00
admin.py Serve PGP messages after reconnect 2022-05-28 07:59:32 -07:00
apps.py Re-format all python code 2022-02-17 11:50:10 -08:00
consumers.py Add Chat endpoint to API v0 (#288) 2022-10-16 21:11:48 +00:00
models.py Fix chatroom names. Fix users entering old chats 2022-06-03 02:39:48 -07:00
routing.py Re-format all python code 2022-02-17 11:50:10 -08:00
serializers.py Add Chat endpoint to API v0 (#288) 2022-10-16 21:11:48 +00:00
tasks.py Create task to delete older than 3 days encrypted messages 2022-05-31 02:23:01 -07:00
tests.py Create new chat app, configure urls 2022-01-13 03:07:20 -08:00
urls.py Re-format all python code 2022-02-17 11:50:10 -08:00
views.py Add Chat endpoint to API v0 (#288) 2022-10-16 21:11:48 +00:00