perf: 提交禁用xrdp的开关 (#6788)

* perf: 提交禁用xrdp的开关

* perf: 修复换行

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2021-09-09 19:18:37 +08:00
committed by GitHub
parent b1fceca8a6
commit dc742d1281
7 changed files with 1072 additions and 451 deletions

View File

@@ -10,7 +10,7 @@ from users.models import User
from notifications.backends import BACKEND
from .models import SystemMsgSubscription, UserMsgSubscription
__all__ = ('SystemMessage', 'UserMessage')
__all__ = ('SystemMessage', 'UserMessage', 'system_msgs')
system_msgs = []