reya's avatar
reya
_@reya.su
npub1zfss...w445
Projects: - Coop: https://github.com/lumehq/coop - Lume: https://github.com/lumehq/lume - Nostr Connect Extension: https://github.com/lumehq/nostr-connect
reya's avatar
reya 10 hours ago
When I bought the domain lume.nu, they didn't require my ID card. Now they're asking me to provide one, or they will suspend it.
reya's avatar
reya 2 weeks ago
I'm not familiar with all relay implementations, but maybe this is why some of my messages are being deleted. cc @elsat I wonder if you've tested this case yet. View quoted note โ†’
reya's avatar
reya 2 weeks ago
Hi @fiatjaf , I've sent you a few messages encrypted with the encryption key (NIP-4e). Did you receive them on your end? Or you can try decrypting this event with your encryption key. You can run latest version of Coop here: {"id":"572cfb86129645f1e65233c1ff16d0a699cec1351ee3a70e6d49383702cb99d0","pubkey":"3744709129ffa0d144173e40e762038950a9c495d679be4ee6a5643bc13c18c1","created_at":1772220557,"kind":1059,"tags":[["p","126103bfddc8df256b6e0abfd7f3797c80dcc4ea88f7c2f87dd4104220b4d65f"]],"content":"Atvow1SUoSEvkSaRwD9RRGl0REkRM+yaCSyYASEzIWtTTO6Vg6/Cxlz0KYPMdNZzpEjKyRVI/guZnf/IzDQdjgBrbYaTjTrIIi0dkotW2PWDmsVR61B++kmuJMst3N7QrgWPgZVCmf1corlJJolpwimo0boBMVvvsHjeOj6cLzZCpRDYwA8cjhSbHtWMZKoYB5MwTkr6qnhzS2sd990vNVYLwKG2OX1WaSX0Tx7E/dz4BuGHkR3OCQF2hwONZjD05MwSo7ruWqvzjTt1Xk9/6vcFQgxn1aB4L/bANenpRwcQFd4r29pifaJR2/ToDd8TQbg7qbjfK9I9k/g0h9fosMb3FUEWbQWZiuaXWOY8KCklixwF3uDDzCVd9J0kDuBeBXQ3/3jXe9qrZJNBQWVrUCxy1IYcBhimkH45h6Bkhhpoo9NGBKMAD/mfi0juV+IbDIFWCxAP9JfmUTxkIGct2cPxl7j9VgLqJC48vkqjla5yaCWkSbBeLSlM+iW+/eN4KqDljAIT/4mJjcJ2kSYXHMLS9a7jmFZuz/C1TXsfeqi9CZzUSqIqz3Kkk/Pn+C0qHV7iVA0LtcmCmOlsyMqOYsS4HVTqYyLyP704PCd+2HfNgsHUOpOgInOUeZLe/Gz/eDyNtlCFmpMxifrVSYOzzqdGh9HmY9L6ey11Wbt7ZF25naVu5QJeDhUkHdYRlTI2J41ILng2mR/5ZmHxED+kwBTH8YMGA9nZthpSR7S36WnDP46A44JuteOC2GQ1TsfgeLcFFa44Os+g6bzJ8kHqato//f/IIkA2GTK95ALzO4SBJT9cq9cXt5ju7qrYKk/uXT72f/DgGTSWT2+pC2lCs2yPEHT4jRZKlccgJIzNesFhDGLsYIGsb2qyOjHW5AjOWQkqKPVuNaUVZKKkGMnqN6v3sEMbLcUfxPDFESXW+0hgXV41FT1aCnpNkCfHNPIOeeh7l0M/q5vkBt1ye5iLgK07f0epcKL+9h6yW/StoTaLyEDCOLCtkuy+NyI3Mqx1VnEnpeHZpoWFrru3InDWmJ2eDBRX908kGh8gmkAtCrmI8SP8ZsHQM4KGhjt4A3FYxXdfWK5Q8s2ICn1mOq3l4nKlKFEft1j2drdYoB4Cr5Dvbl1JKVO2zcirNxUfeAey5gcYasx/B2a4jfQvDPSgr1vxi4EsqB8om0i79HCiL65aOzREJoxXrtSbR9yhbq77BFmBYUkkZE4/RPNQFy1bIUySfPe5O8wNrksUoqYEIE942xmcQ5jzegpPww+gLjUlYA32Ef0cezNsaGJlRL6wgafYWwPLtvwrxkWLoZCcGGfyTqQO/CcxdZAwqVyusCiCFYsYHEdBVJuNEj+1BoQGH8joMKY3Hg5ToyJ+ZILFeHmrRcYlXdc69oH46IDMojXVCsTnYodAYcTid7nq15qas3gXGXBmznKg0HoFevKXa/bhCZE=","sig":"409c08a139a2add0d9e8b68eeda918de9320ab9c28bd3c92d7deca11840fac3c32a5ca760e585b61f8da80b188d6f553a1593c5bd5c9e1658966ab9228c5d0ae"}
reya's avatar
reya 3 weeks ago
Hi @Yuki Kishimoto I'm wondering if there's a way to debug all messages sent by the client, like `client.notifications`. I'm debugging why my app always succeeds at authentication but fails to resubscribe after auth (both manually and with auto-auth). Specifically, I'm already calling resubscribe, but the relay isn't sending anything after authentication (specifically the relay auth.nostr1.com). I thought this might be a relay bug, but it works fine on web clients like nostrudel.com.
reya's avatar
reya 1 month ago
Nostr DMs don't suck, we just haven't tried hard enough ๐Ÿฅฒ
reya's avatar
reya 1 month ago
Hi @Yuki Kishimoto , I wonder if we could have an option to disable `wait_for_ok()` for the send event API. Sometimes I just want to send an event but collect the report later. Use cases: - A user sends a NIP-17 message. My app will update the UI immediately, then I will listen for OK notifications via `client.notifications` and update the UI accordingly.
โ†‘