You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As can be seen in the epic #24392, we have found various issues where we didn't understand the difference between unthreaded receipts and receipts in the main thread.
Check that when we receive an unthreaded read receipt we correctly process it.
For example. When the timeline looks like this:
flowchart TD
A(Unthreaded t=001)
--> B(Thread root A t=002)
--> C(Unthreaded t=003)
--> D(Thread root B t=005)
--> E(Unthreaded t=007)
B --> B1(Thread member t=004)
D --> D1(Thread member t=006) --> D2(Thread member t=008)
Loading
and we receive an unthreaded receipt for Unthreaded t=007, then the main timeline should be read, but thread B should not, because one of its events is after the receipt.
The text was updated successfully, but these errors were encountered:
As can be seen in the epic #24392, we have found various issues where we didn't understand the difference between unthreaded receipts and receipts in the main thread.
Check that when we receive an unthreaded read receipt we correctly process it.
For example. When the timeline looks like this:
and we receive an unthreaded receipt for
Unthreaded t=007
, then the main timeline should be read, but thread B should not, because one of its events is after the receipt.The text was updated successfully, but these errors were encountered: