Merge pull request #1065 from coracle-social/no-ck

Remove get_conversation_key
This commit is contained in:
Vitor Pamplona 2024-02-21 11:19:45 -05:00 committed by GitHub
commit 44c678b365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
46.md
View File

@ -129,7 +129,6 @@ Each of the following are methods that the client sends to the remote signer.
| `nip04_decrypt` | `[<third_party_pubkey>, <nip04_ciphertext_to_decrypt>]` | `<plaintext>` |
| `nip44_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip44_ciphertext>` |
| `nip44_decrypt` | `[<third_party_pubkey>, <nip44_ciphertext_to_decrypt>]` | `<plaintext>` |
| `nip44_get_conversation_key`| _Potential future addition_ | |
## Response Events `kind:24133`