refactor: route media and chat module settings through runtime

This commit is contained in:
jxxghp
2026-08-23 03:09:59 +08:00
parent 4098cc1eec
commit ac32adc7b6
8 changed files with 24 additions and 17 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ from slack_bolt import App
from slack_bolt.adapter.socket_mode import SocketModeHandler
from slack_sdk import WebClient
from app.runtime.config import settings
from app.runtime.settings import RuntimeSettingsCompat
settings = RuntimeSettingsCompat()
from app.domain.context import MediaInfo, Context
from app.domain.metainfo import MetaInfo
from app.runtime.log import logger