forked from indymedia/epicyon
Actor within cache
parent
9017d7c7b8
commit
8a581ababd
2
inbox.py
2
inbox.py
|
@ -608,7 +608,7 @@ def personReceiveUpdate(baseDir: str, \
|
||||||
# check that the public keys match.
|
# check that the public keys match.
|
||||||
# If they don't then this may be a nefarious attempt to hack an account
|
# If they don't then this may be a nefarious attempt to hack an account
|
||||||
if personCache.get(personJson['id']):
|
if personCache.get(personJson['id']):
|
||||||
if personCache[personJson['id']]['publicKey']['publicKeyPem']!=personJson['publicKey']['publicKeyPem']:
|
if personCache[personJson['id']]['actor']['publicKey']['publicKeyPem']!=personJson['publicKey']['publicKeyPem']:
|
||||||
if debug:
|
if debug:
|
||||||
print('WARN: Public key does not match when updating actor')
|
print('WARN: Public key does not match when updating actor')
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue