Procházet zdrojové kódy

Fix server version check

Tulir Asokan před 2 roky
rodič
revize
3401e6fa95
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      mautrix_instagram/matrix.py

+ 1 - 1
mautrix_instagram/matrix.py

@@ -54,7 +54,7 @@ class MatrixHandler(BaseMatrixHandler):
 
     async def check_versions(self) -> None:
         await super().check_versions()
-        if self.config["bridge.backfill.enable"] and not (
+        if self.config["bridge.backfill.msc2716"] and not (
             support := self.versions.supports("org.matrix.msc2716")
         ):
             self.log.fatal(