Skip to content

Import nostr event #2352

Mark Harding requested to merge feat/2532-nostr-import into master

Ticket(s) / Related Merge Requests

#2352 (closed)

Summary of Changes

Imports nostr events

Testing Considerations

You can add to the whitelist by running kubectl exec -it deployment/feat-2532-nostr-import-minds-engine-sandbox -- php engine/cli.php Nostr whitelist --pubkey=...

Pick a nostr client of our choice (ie. https://astral.ninja) and add wss://relay.minds.io/nostr/v1/ws as your relay. Make a post and minds will discover.

Deployment Considerations

Deploy new Nostr Relay too

Regression Scope

Only with Nostr Relay which also has changes

Platform Affected (web, mobile, etc)

Nostr

Developer Testing Completed

👍 @markeharding

Screenshots / Screen Recording

Screenshot_2022-07-19_at_14.37.47

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Mark Harding

Merge request reports