Removed unnecessary fields from toots json

This commit is contained in:
Brandon Rozek 2022-11-30 23:42:17 -05:00
parent d203927928
commit 8cc01aabda

View file

@ -131,6 +131,8 @@ def reformat_toot(toot_json):
del toot_json['account']['following_count']
del toot_json['account']['statuses_count']
del toot_json['account']['last_status_at']
del toot_json['account']['emojis']
del toot_json['account']['fields']
def create_toot(toot_json):