I'm looking to track anonymous users along with various other information associated with them ( their geolocated city for instance ), then publish it to the client.
Can you remove connection: null from https://github.com/mizzao/meteor-user-status/blob/1044fed0a50c7a6e3dd022e1e9a6cbd09d2f08c9/status.coffee#L8
to make this possible?
Also how would a client retrieve their UserStatus.connections _id?
Thanks
I'm looking to track anonymous users along with various other information associated with them ( their geolocated city for instance ), then publish it to the client.
Can you remove
connection: nullfrom https://github.com/mizzao/meteor-user-status/blob/1044fed0a50c7a6e3dd022e1e9a6cbd09d2f08c9/status.coffee#L8to make this possible?
Also how would a client retrieve their
UserStatus.connections_id?Thanks