Исправлена дедупликация задач синхронизации контакта

This commit is contained in:
mi
2026-08-05 12:59:27 +03:00
parent 1a420eeaf0
commit 5100ba9fc3
3 changed files with 92 additions and 3 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ async def lifespan(app: FastAPI):
telemetry.shutdown()
EXPECTED_API_DB_REVISION = "0009_chat_message_max"
EXPECTED_API_DB_REVISION = "0010_contact_map_dedup"
app = FastAPI(