allow to verify signed presences even without a status message
This commit is contained in:
parent
ea82b1dcc1
commit
8d10ac3bfe
|
@ -138,7 +138,7 @@ else:
|
|||
def verify(self, str, sign):
|
||||
if not USE_GPG:
|
||||
return str
|
||||
if not str:
|
||||
if str == None:
|
||||
return ''
|
||||
f = tmpfile()
|
||||
fd = f.fileno()
|
||||
|
|
Loading…
Reference in New Issue