Fix #996: Persist theme and language settings accross sessions

This commit is contained in:
Agate 2020-07-05 11:22:31 +02:00
parent f6a81a9ecf
commit 84d49754a7
11 changed files with 108 additions and 3 deletions

View file

@ -232,6 +232,7 @@ class MeSerializer(UserReadSerializer):
"funkwhale_support_message_display_date",
"summary",
"tokens",
"settings",
]
def get_quota_status(self, o):