-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User's location as shown on map is incorrect #4881
Comments
Ugh, it looks like scurry's phone uploaded a location data point which had the coordinates of the the place in Mooreland. But it's not an RNBGL upload. It's an embedded location data point (ie. embedded within some other operation like subscribing to a bot or something). So I guess app got it's wires crossed and embedded the wrong data point somehow. This is a preliminary finding. I'll continue to dig further. |
Alright, found it.
Specifically, in this code in Profile.ts: shareLocationUpdate: flow(function*(
shareType?: FriendShareTypeEnum,
shareConfig?: IFriendShareConfig
) {
yield self.transport.friendShareUpdate(self.id, self.location, shareType, shareConfig)
self.shareType = shareType
self.shareConfig = shareConfig
}),
|
Notes to self:
If not done as part of this ticket, should be it's own separate ticket. |
Verified on Staging Version: 4.41.0 |
Reported at https://hippware.slack.com/archives/C2V6L53TQ/p1583441178063700 and spun out from #3802 (comment)
The text was updated successfully, but these errors were encountered: