Unique sender for sigit when sending private DMs #319
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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.