#436: update is_local
This commit is contained in:
parent
78951964fb
commit
93a2510ede
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export const parseUser = (data) => {
|
|||
}
|
||||
|
||||
// TODO: handle is_local
|
||||
output.is_local = true
|
||||
output.is_local = !output.screen_name.includes('@')
|
||||
} else {
|
||||
output.screen_name = data.screen_name
|
||||
|
||||
|
|
Loading…
Reference in a new issue