2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-16 00:12:48 +00:00

finally! abolishing private key property

This commit is contained in:
quadrismegistus 2020-09-07 14:22:41 +01:00
parent 33f3db6502
commit a5dc6d9f43

View File

@ -202,7 +202,7 @@ def init_operators():
# save what we normally save for a client on the server -- The Op is a client from our pov
op_keys_to_keep_on_client = ['pubkey_decr']
op_keys_to_keep_on_3rdparty = ['pubkey_encr','privkey_encr']
op_keys_to_keep_on_server = ['privkey_encr',
op_keys_to_keep_on_server = [
'adminkey_encr',
'privkey_decr_encr',
'privkey_decr_decr',