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

This commit is contained in:
Marco Pesenti Gritti 2007-09-17 16:35:23 +02:00
parent 2536f51570
commit 44ffef5f67

View File

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