This repository was archived by the owner on Apr 26, 2024. It is now read-only.
  
  
  
  
No more floating MSC2716 historical batches #13971
                
     Closed
            
            
          
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
No more floating MSC2716 historical batches
Part of #13970
flowchart BT A --- annotation1>"Note: older events are at the top"] subgraph live timeline marker1>m.room.marker] ----> B -----------------> A end subgraph batch0 batch0-batch[[m.room.batch]] --> batch0-2(("2")) --> batch0-1((1)) --> batch0-0((0)) --> batch0-insertion[/m.room.insertion\] end subgraph batch1 batch1-batch[[m.room.batch]] --> batch1-2(("2")) --> batch1-1((1)) --> batch1-0((0)) --> batch1-insertion[/m.room.insertion\] end subgraph batch2 batch2-batch[[m.room.batch]] --> batch2-2(("2")) --> batch2-1((1)) --> batch2-0((0)) --> batch2-insertion[/m.room.insertion\] end batch0-insertion -.-> memberBob0(["m.room.member (bob)"]) --> memberAlice0(["m.room.member (alice)"]) batch1-insertion -.-> memberBob1(["m.room.member (bob)"]) --> memberAlice1(["m.room.member (alice)"]) batch2-insertion -.-> memberBob2(["m.room.member (bob)"]) --> memberAlice2(["m.room.member (alice)"]) marker1 -.-> batch0-insertionBase batch0-insertionBase[/m.room.insertion\] ---------------> A batch0-batch -.-> batch0-insertionBase batch1-batch -.-> batch0-insertion batch2-batch -.-> batch1-insertion %% make the annotation links invisible linkStyle 0 stroke-width:2px,fill:none,stroke:none;flowchart BT A --- annotation1>"Note: older events are at the top"] subgraph live timeline marker1>m.room.marker] ----> B -----------------> A end subgraph batch0 batch0-batch[[m.room.batch]] --> batch0-2(("2")) --> batch0-1((1)) --> batch0-0((0)) --> batch0-insertion[/m.room.insertion\] end subgraph batch1 batch1-batch[[m.room.batch]] --> batch1-2(("2")) --> batch1-1((1)) --> batch1-0((0)) --> batch1-insertion[/m.room.insertion\] end subgraph batch2 batch2-batch[[m.room.batch]] --> batch2-2(("2")) --> batch2-1((1)) --> batch2-0((0)) --> batch2-insertion[/m.room.insertion\] end batch0-insertion --> memberBob0(["m.room.member (bob)"]) --> memberAlice0(["m.room.member (alice)"]) batch1-insertion --> memberBob1(["m.room.member (bob)"]) --> memberAlice1(["m.room.member (alice)"]) batch2-insertion --> memberBob2(["m.room.member (bob)"]) --> memberAlice2(["m.room.member (alice)"]) marker1 -.-> batch0-insertionBase batch0-insertionBase[/m.room.insertion\] ---------------> A batch0-batch -.-> batch0-insertionBase batch1-batch -.-> batch0-insertion batch2-batch -.-> batch1-insertion memberAlice0 --> A memberAlice1 --> A memberAlice2 --> A %% make the annotation links invisible linkStyle 0 stroke-width:2px,fill:none,stroke:none;Spawned from scratch changes in, #13864
Todo
Pull Request Checklist
EventStoretoEventWorkerStore.".code blocks.(run the linters)