Commit 63b82f6e by pierce

审核隐藏新用户欢迎消息

parent 83c945a5
...@@ -387,6 +387,9 @@ class GDMessageListCenter: BaseViewModel { ...@@ -387,6 +387,9 @@ class GDMessageListCenter: BaseViewModel {
} }
func addServiceNewUserWelcomeMessage() { func addServiceNewUserWelcomeMessage() {
guard GDRouter.BaseBusinessRouter?.isCurrentVersionVerified.value == false else { return }
// 没有数据,添加欢迎消息 // 没有数据,添加欢迎消息
let welcomeModel = GDServiceChatDetailModel.newUserWelcomeMessage() let welcomeModel = GDServiceChatDetailModel.newUserWelcomeMessage()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment