staging #87

Merged
y merged 11 commits from staging into main 2024-05-29 09:26:04 +00:00
Owner

Features

  • Offline sigit creation and signing.
  • Relay management.

Fixes

  • Use kind 0 event for nostr joining block.
  • Use kind 27235 in place of kind 1 wherever possible.
  • Remove unnecessary redirect after login in and changing location.
## Features - Offline sigit creation and signing. - Relay management. ## Fixes - Use kind 0 event for nostr joining block. - Use kind 27235 in place of kind 1 wherever possible. - Remove unnecessary redirect after login in and changing location.
y added 9 commits 2024-05-28 11:33:38 +00:00
y added 1 commit 2024-05-28 11:34:15 +00:00
b reviewed 2024-05-28 15:02:02 +00:00
@ -0,0 +89,4 @@
zappers: Kind0[]
zapped_pubkeys: Kind0[]
zapped_events: Kind0[]
zap_providers: Kind0[]
Owner

why are all these kinds mapped to a Kind0 array? Seems strange!

why are all these kinds mapped to a Kind0 array? Seems strange!
y marked this conversation as resolved
b reviewed 2024-05-28 21:31:56 +00:00
@ -0,0 +191,4 @@
lost_followers: number
}
export interface Kind0 {
Owner

Can this be renamed? Kind 0 has a specific meaning in Nostr

Can this be renamed? Kind 0 has a specific meaning in Nostr
y marked this conversation as resolved
y added 2 commits 2024-05-29 05:18:50 +00:00
y added 2 commits 2024-05-29 08:37:38 +00:00
b approved these changes 2024-05-29 09:25:25 +00:00
y merged commit 8ec3d66570 into main 2024-05-29 09:26:04 +00:00
Sign in to join this conversation.
No description provided.