store the right number of mappers in conversation
This commit is contained in:
parent
dd457d8362
commit
26025d6ee9
1 changed files with 1 additions and 0 deletions
|
@ -2534,6 +2534,7 @@ Metamaps.Realtime = {
|
||||||
image: data.userimage,
|
image: data.userimage,
|
||||||
color: Metamaps.Util.getPastelColor(),
|
color: Metamaps.Util.getPastelColor(),
|
||||||
realtime: data.userrealtime,
|
realtime: data.userrealtime,
|
||||||
|
inConversation: data.userinconversation,
|
||||||
coords: {
|
coords: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: 0
|
y: 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue