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):
|
def verify(self, str, sign):
|
||||||
if not USE_GPG:
|
if not USE_GPG:
|
||||||
return str
|
return str
|
||||||
if not str:
|
if str == None:
|
||||||
return ''
|
return ''
|
||||||
f = tmpfile()
|
f = tmpfile()
|
||||||
fd = f.fileno()
|
fd = f.fileno()
|
||||||
|
|
Loading…
Reference in New Issue