Prechádzať zdrojové kódy

Fix server version check

Tulir Asokan 2 rokov pred
rodič
commit
3401e6fa95
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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(