Convenience method to get the pubkey, which the activities seem to need.

master
Marco Pesenti Gritti 17 years ago
parent 2536f51570
commit 44ffef5f67

@ -184,3 +184,6 @@ def get_nick_name():
def get_color():
return get_profile().color
def get_pubkey():
return get_profile().pubkey

Loading…
Cancel
Save