Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix logic flaw preventing tracking of MSC2716 events in existing room versions #10962

Commits on Oct 1, 2021

  1. Fix logic flaw preventing tracking of MSC7216 events in existing room…

    … versions
    
    We correctly allowed using the MSC2716 batch endpoint for
    the room creator in existing room versions but accidentally didn't track
    the events because of a logic flaw.
    
    This prevented you from connecting subsquent chunks together because it would
    throw the unknown batch ID error.
    MadLittleMods committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    f53cc4b View commit details
    Browse the repository at this point in the history
  2. Add changelog

    MadLittleMods committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    6c59769 View commit details
    Browse the repository at this point in the history