mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 04:09:16 +02:00
We are now able to receive a toot and react to it
This commit is contained in:
parent
6fbf8fa44c
commit
3cf1a17087
12 changed files with 398 additions and 48 deletions
5
api/funkwhale_api/federation/parsers.py
Normal file
5
api/funkwhale_api/federation/parsers.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from rest_framework import parsers
|
||||
|
||||
|
||||
class ActivityParser(parsers.JSONParser):
|
||||
media_type = 'application/activity+json'
|
Loading…
Add table
Add a link
Reference in a new issue