Fix bug with copying user pubkey
Co-authored-by: William Casarin <jb55@jb55.com> Changelog-Fixed: Fixed bug where copying pubkey from context menu only copied your own pubkey Closes: #425
This commit is contained in:
@@ -22,7 +22,7 @@ struct DamusState {
|
||||
var pubkey: String {
|
||||
return keypair.pubkey
|
||||
}
|
||||
|
||||
|
||||
var is_privkey_user: Bool {
|
||||
keypair.privkey != nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user