fixes, clear cache on logout

This commit is contained in:
Henry Jameson 2022-08-12 01:19:19 +03:00
commit 8d3d8fffab
7 changed files with 20 additions and 8 deletions

View file

@ -48,6 +48,7 @@ export const parseUser = (data) => {
if (masto) {
output.screen_name = data.acct
output.fqn = data.fqn
output.statusnet_profile_url = data.url
// There's nothing else to get