SafeSlingerProject / SafeSlinger-iOS

Source code for iOS platform client SafeSlinger
MIT License
6 stars 2 forks source link

reply is disabled when all messages are un-decrypted #68

Closed mwfarb closed 8 years ago

mwfarb commented 9 years ago

Version 1.8.1:

brnunes commented 9 years ago

Hi @mwfarb, I could not reproduce that. When that happened, was it the first time that these devices exchanged keys? The only way I think that this could happen is in the following scenario:

In this case, after receiving the key KB1, Alice will send the confirmation message but will not be able to send messages to Bob using KB1 because KB2 has the same push token and the same device and was created at a later date (so we consider it inactive - Issue #48). It might be the case that this problem was already fixed while solving some of the other issues for version 1.8.2. We can try to reproduce this issue in the version 1.8.2 next week.

mwfarb commented 9 years ago

@brnunes This is still a confirmed issue in the latest code base, but its harder to create. The test scenario is a bit different, and simple really now that I now more about the root cause:

I'd keep it open to make sure we show the compose window appropriately even for this case, but it's not something to focus on now, not necessary for 1.8.2. I'll keep it open but remove the milestone dependency. #76 is still highest priority.

tenmalin commented 8 years ago

After testing, the issue has been resolved since exchanged parties will send confirm messages after key importing. Close the issue.