workMoments

This commit is contained in:
wangchuxiao
2022-04-22 17:19:35 +08:00
parent f2fdb74f23
commit f779ed7628
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"`