make sure we get id from object
This commit is contained in:
parent
5a318202a0
commit
b7e7576f4e
|
@ -625,6 +625,7 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
xid, _ = obj.GetString("id")
|
||||||
}
|
}
|
||||||
|
|
||||||
if xid == "" {
|
if xid == "" {
|
||||||
|
|
Loading…
Reference in New Issue