mleku on Nostr: seems like it would be quite useful for catching what you sent with actual outbox ...
seems like it would be quite useful for catching what you sent with actual outbox clients, but outbox is actually a second level of complexity above this, maybe you can build this out:
sometimes it may happen that your outbox capable client failed to send an event to your outbox relays, or, maybe you changed them, and messages that you sent would get missed
but your follow list contains a list of users, if you gathered their relay lists you could then make an extended search to catch the stray stuff that for whatever reason (ie, using a non-outbox client to publish a message, or relays down) you didn't find by looking at your outboxes
seaching your follows for their inboxes would give you a second phase to the process and then you would definitely catch the dregs at the end of the bottle
Published at
2025-04-13 14:24:12Event JSON
{
"id": "81330cf29ce34a044cc081a4f85e6990df8e71d6d52a795f27321ced913d80ca",
"pubkey": "4c800257a588a82849d049817c2bdaad984b25a45ad9f6dad66e47d3b47e3b2f",
"created_at": 1744554252,
"kind": 1,
"tags": [
[
"e",
"ab3c5ca550082d412ec8a0e86f27815c807796b2b302c322c50b51810e2e2e0f",
"wss://haven.puhcho.me/",
"root",
"816509826498efe74904f186f4d09e2b987b39113b2d0b285968c288299380fa"
],
[
"p",
"97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322"
],
[
"p",
"816509826498efe74904f186f4d09e2b987b39113b2d0b285968c288299380fa"
],
[
"client",
"jumble"
]
],
"content": "seems like it would be quite useful for catching what you sent with actual outbox clients, but outbox is actually a second level of complexity above this, maybe you can build this out:\n\nsometimes it may happen that your outbox capable client failed to send an event to your outbox relays, or, maybe you changed them, and messages that you sent would get missed\n\nbut your follow list contains a list of users, if you gathered their relay lists you could then make an extended search to catch the stray stuff that for whatever reason (ie, using a non-outbox client to publish a message, or relays down) you didn't find by looking at your outboxes\n\nseaching your follows for their inboxes would give you a second phase to the process and then you would definitely catch the dregs at the end of the bottle",
"sig": "4555177ff3deb09c1d8ee14b54110ff4a41ddaf0fc4269b4c92ee97614a34b3174acf07485eb4773a969fcc7f087a356255f7c2adccb1e44ed8b0d910d3b922c"
}