Unique sender for sigit when sending private DMs #319

Open
opened 2025-02-07 16:37:13 +00:00 by enes · 1 comment
Member

Bonus feature, enhancement for the private DMs feature

The current implementation sends a private DM with a randomly generated npub/nsec combination, even if DM updates are related to a same sigit.

It would be nice if all related updates come under the same "sender" so that all messages arrive in the same conversation.
This would mean that there is a unique "sender" per sigit.

Reference:

Bonus feature, enhancement for the private DMs feature The current implementation sends a private DM with a randomly generated `npub/nsec` combination, even if DM updates are related to a same sigit. It would be nice if all related updates come under the same "sender" so that all messages arrive in the same conversation. This would mean that there is a unique "sender" per sigit. Reference: - Issue: https://git.nostrdev.com/sigit/sigit.io/issues/92 - Feature PR: https://git.nostrdev.com/sigit/sigit.io/pulls/230
enes added the
Kind/Enhancement
Status
Need More Info
Priority
Low
labels 2025-02-07 16:37:13 +00:00
Owner

For NIP-17 this isn't an issue right? As the seal (kind 13) is signed with the sender public key.

Probably we should just deprecate the kind-4 DM approach entirely.

For [NIP-17](https://github.com/nostr-protocol/nips/blob/master/17.md) this isn't an issue right? As the seal (kind 13) is signed with the sender public key. Probably we should just deprecate the kind-4 DM approach entirely.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigit/sigit.io#319
No description provided.