workMoments

This commit is contained in:
wangchuxiao
2022-04-22 17:19:35 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 7964a6a7ce
commit 6a1c0960e1
3 changed files with 34 additions and 1 deletions
+5
View File
@@ -382,6 +382,11 @@ type config struct {
CloseTips string `yaml:"closeTips"`
} `yaml:"defaultTips"`
} `yaml:"conversationSetPrivate"`
WorkMomentsNotification struct {
Conversation PConversation `yaml:"conversation"`
OfflinePush POfflinePush `yaml:"offlinePush"`
DefaultTips PDefaultTips `yaml:"defaultTips"`
} `yaml:"workMomentsNotification"`
}
Demo struct {
Port []int `yaml:"openImDemoPort"`