refactor: route storage adapter settings through runtime

This commit is contained in:
jxxghp
2026-08-23 03:25:08 +08:00
parent a42d0dc112
commit baf4e883b2
7 changed files with 23 additions and 13 deletions
+4 -1
View File
@@ -3,7 +3,10 @@ from typing import Union, Tuple
from pywebpush import webpush, WebPushException
from app.runtime.config import global_vars, settings
from app.runtime.config import global_vars
from app.runtime.settings import RuntimeSettingsCompat
settings = RuntimeSettingsCompat()
from app.runtime.log import logger
from app.modules import _ModuleBase, _MessageBase
from app.schemas.message import Message