Skip to content
Snippets Groups Projects
Commit 8c94b1d4 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Use public key, not identity

parent 1c0a54f2
No related branches found
No related tags found
1 merge request!67fix for latest client release
......@@ -494,7 +494,7 @@ func (ch *DMClient) GetNickname(_ js.Value, args []js.Value) any {
// Returns:
// - The storage tag (string).
func (dmc *DMClient) GetStorageTag(_ js.Value, args []js.Value) any {
return (base64.RawStdEncoding.EncodeToString(dmc.api.GetIdentity()) +
return (base64.RawStdEncoding.EncodeToString(dmc.api.GetPublicKey()) +
"_speakeasy_dm")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment