fixes, clear cache on logout
This commit is contained in:
parent
c3e7eadddf
commit
8d3d8fffab
7 changed files with 20 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue