Default to needing to do new retrieval; we'll check to see if we don't.

pull/2712/head
jMyles 2019-08-06 15:30:44 -07:00
parent d5b74ab5a9
commit 150cc34e3e
1 changed files with 2 additions and 0 deletions

View File

@ -671,6 +671,8 @@ class Bob(Character):
capsule_is_already_activated = len(message_kit.capsule._attached_cfrags) >= m
must_do_new_retrieval = True # Unless we can safely conclude to the contrary.
if capsule_is_already_activated:
if cache:
must_do_new_retrieval = False