#436: update is_local

This commit is contained in:
dave 2019-03-13 15:43:48 -04:00
parent 78951964fb
commit 93a2510ede

View file

@ -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