trilby doesn't need to return mentions, at least not for now

issue-47
Marnanel Thurman 2020-10-29 17:58:50 +00:00
rodzic 96155bf840
commit 731cb3e21e
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -155,7 +155,6 @@ class StatusSerializer(serializers.ModelSerializer):
'spoiler_text',
'visibility',
'media_attachments',
'mentions',
'tags',
'card',
'poll',

Wyświetl plik

@ -46,7 +46,6 @@ STATUS_EXPECTED = {
'spoiler_text': '',
'visibility': 'A',
'media_attachments': [],
'mentions': [],
'tags': [],
'card': None,
'poll': None,