add/remove emoji pack, mute profiles and render nostr mentions in chat #52

Merged
Kieran merged 14 commits from mute/block into main 2023-07-31 21:32:41 +00:00
Collaborator
No description provided.
verbiricha added 6 commits 2023-07-30 21:20:29 +00:00
verbiricha added 1 commit 2023-07-30 21:30:31 +00:00
verbiricha added 1 commit 2023-07-31 08:00:49 +00:00
verbiricha added 1 commit 2023-07-31 08:02:16 +00:00
verbiricha force-pushed mute/block from 224257a089 to 7ec7d6379c 2023-07-31 08:10:34 +00:00 Compare
verbiricha added 1 commit 2023-07-31 08:33:08 +00:00
Kieran reviewed 2023-07-31 10:39:47 +00:00
@ -145,3 +153,3 @@
profile={profile}
/>
<Text content={ev.content} tags={ev.tags} />
<Markdown
Owner

Markdown in chat? Dont like that

Markdown in chat? Dont like that
Author
Collaborator

moved text transform to Text component and using that instead. still render mentioned nostr events but is not markdown.

moved text transform to `Text` component and using that instead. still render mentioned nostr events but is not markdown.
Kieran marked this conversation as resolved
@ -56,3 +55,3 @@
const [invoice, setInvoice] = useState("");
const login = useLogin();
const relays = Object.keys(login.relays);
Owner

If the current users relays dont overlap with DefaultRelays then we wont see the zap probably

If the current users relays dont overlap with `DefaultRelays` then we wont see the zap probably
Author
Collaborator

yep, stopped getting user relays since we are using hardcoded for now anyway ef44a80121. also changed this back to default relays.

yep, stopped getting user relays since we are using hardcoded for now anyway ef44a801212c6758d9c9fd7aca2c2467dc0dc0c1. also changed this back to default relays.
Kieran marked this conversation as resolved
verbiricha added 1 commit 2023-07-31 16:07:47 +00:00
verbiricha force-pushed mute/block from ce94358903 to ef44a80121 2023-07-31 16:27:36 +00:00 Compare
Kieran approved these changes 2023-07-31 21:30:18 +00:00
Kieran changed title from add/remove emoji pack, mute profiles and render nostr mentions in chat to add/remove emoji pack, mute profiles and render nostr mentions in chat 2023-07-31 21:31:53 +00:00
Kieran changed target branch from cards-improvements to main 2023-07-31 21:31:57 +00:00
Kieran merged commit 27d1d96e20 into main 2023-07-31 21:32:41 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Kieran/zap.stream#52
No description provided.