-
Notifications
You must be signed in to change notification settings - Fork 3
logs.requests diff missing entries in 'id-list' #24
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
After making a plea, i seem to have gotten a dif with this in both set and rem
// other entries elided
{
"requests": [
{
"id-list": [],
"requester": "~zod"
}
]
}
the initial state looks right though (ignore outgoing):
{
"offers": [],
"outgoing": [
{
"status": true,
"when": 1663280096,
"who": "~zod",
"id": "0v5.g0tdk.1jkvn.trj0t.nkase.jc51m",
"act": "take"
},
{
"status": true,
"when": 1663279404,
"who": "~sum",
"id": "0v5.ngk19.hfocl.vqndc.hcsbu.u9ber",
"act": "give"
},
{
"status": true,
"when": 1663279258,
"who": "~sum",
"id": "0v4.q3qr5.rpkjo.1gc3d.uvma1.mcev4",
"act": "gack"
},
{
"status": true,
"when": 1663278979,
"who": "~sum",
"id": "0v2c9et.igacf.5v6v0.cemse.p09ge",
"act": "gack"
},
{
"status": "pending",
"when": 1663268007,
"who": "~sogrum-savluc",
"id": "0v5.g0tdk.1jkvn.trj0t.nkase.jc51m",
"act": "give"
}
],
"requests": [
{
"id-list": [
"0v5.g0tdk.1jkvn.trj0t.nkase.jc51m"
],
"requester": "~zod"
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working