refactor: change to platform session

This commit is contained in:
Soulter
2025-11-18 22:37:55 +08:00
parent 0747099cac
commit cf4a5d9ea4
9 changed files with 262 additions and 80 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ class AstrBotCoreLifecycle:
logger.error(f"Migration from version 4.5 to 4.6 failed: {e!s}")
logger.error(traceback.format_exc())
# 4.6 to 4.7 migration for webchat sessions and group feature
# 4.6 to 4.7 migration for platform sessions and group feature
try:
await migrate_46_to_47(self.db)
except Exception as e: