add: __init__.py增加内容
This commit is contained in:
@@ -11,7 +11,7 @@ from mautrix.util.config import BaseProxyConfig, ConfigUpdateHelper
|
|||||||
配置文件加载
|
配置文件加载
|
||||||
"""
|
"""
|
||||||
class Config(BaseProxyConfig):
|
class Config(BaseProxyConfig):
|
||||||
def db_update(self, helper: ConfigUpdateHelper) -> None:
|
def do_update(self, helper: ConfigUpdateHelper) -> None:
|
||||||
helper.copy("allowed_users")
|
helper.copy("allowed_users")
|
||||||
helper.copy("use_platform")
|
helper.copy("use_platform")
|
||||||
helper.copy("name")
|
helper.copy("name")
|
||||||
|
|||||||
Reference in New Issue
Block a user