-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dowloaded/decrypted messages unavailable in UI #361
Comments
Let's focus on the underlying cause. I think you're right about the decryption signal sometimes not making it to the widget, which will require more investigation. More details If you run through the STR above a handful of times, you will see that sometimes source messages load, and sometimes they don't, and sometimes only a couple replies load, and sometimes only a couple messages load. And this varies across sources. All of this is "fixed" when you manually refresh. |
More troubleshooting: Sometimes, messages in the conversation view will return back to "Message not yet available" after they have already appeared in plaintext. STR:
|
For the current (5/30-6/12) sprint, we've committed to a 4 hour time-boxed attempt to resolve; additional issues may be created as a result of that investigation. |
Seeing:
when restarting both the server and client after there has been a local reply |
ah, that issue seems to be the same as #360 |
After signing in to the app, rapidly changing the selected conversation prevents downloaded/decrypted messages from displaying
STR
Expected
Source A and Source B should show the content of their messages.
Actual
Source A and Source B show
Message not yet available
until a sync occurs (manual, timed)Notes
This is likely related to #352 and was likely caused by #345. I could be wrong. I think the underlying cause is that the decryption signal never hits the widget because it is garbage collected.
The text was updated successfully, but these errors were encountered: