1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-11-11 00:19:17 +01:00

#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