Jeff Thibault
Jeff Thibault
Replaces #52 Formatted: https://github.com/jeffthibault/nips/blob/private-messages-v2/24.md POC python code: https://github.com/jeffthibault/nostr-nip24-poc
Useful feature in twitter. Would be nice to have in damus as well
Steps to reproduce: 1. Go to a user profile, for example, fiatjaf 2. Click on Followers 3. Click on a follower and go to their profile 4. Click the home...
Steps to reproduce: 1. Go to a user's profile 2. Click on Followers or Following 3. Click Home button and nothing happens Testing on Damus version 0.1.3
How can one do this? Is there an example?
The tool is generating an incorrect event id for unsigned events which makes the `event id matches hash` status `false`. **Unsigned event**: **Signed event**:
**Relay class** - Add thread instantiation to `connect` method - Add `is_connected` method which checks if the `ws.run_forever` thread is alive. I think this is more reliable because this thread...