Convenience method to get the pubkey, which the activities seem to need.
This commit is contained in:
parent
2536f51570
commit
44ffef5f67
@ -184,3 +184,6 @@ def get_nick_name():
|
|||||||
|
|
||||||
def get_color():
|
def get_color():
|
||||||
return get_profile().color
|
return get_profile().color
|
||||||
|
|
||||||
|
def get_pubkey():
|
||||||
|
return get_profile().pubkey
|
||||||
|
Loading…
Reference in New Issue
Block a user