Skip to content

Draft: (fix): adding title and perma url to nostr posts #2497

Zack Wynne requested to merge fix/empty-nostr-posts into master

Ticket(s) / Related Merge Requests

#2497

Summary of Changes

When building a Nostr event for an Activity, this MR prefixes the event with a title if present. If a title is present, we also append the prema url to the link.

Testing Considerations

Add the following sandbox relay to a Nostr client:

wss://relay.minds.io/nostr/v1/ws

View the global feed (you should see my posts).

Deployment Considerations

N/A

Regression Scope

Nostr relay

Platform Affected (web, mobile, etc)

Web

Developer Testing Completed

Tested using a Nostr client to view the mentioned posts

Screenshots / Screen Recording

Before:

image

After:

image

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 Zack Wynne

Merge request reports