organization

This commit is contained in:
skiffer-git
2022-04-19 16:40:57 +08:00
parent bd6e8d093a
commit f53f34559a
9 changed files with 430 additions and 263 deletions
+5
View File
@@ -309,6 +309,11 @@ type config struct {
OfflinePush POfflinePush `yaml:"offlinePush"`
DefaultTips PDefaultTips `yaml:"defaultTips"`
} `yaml:"groupMemberInfoSet"`
OrganizationChanged struct {
Conversation PConversation `yaml:"conversation"`
OfflinePush POfflinePush `yaml:"offlinePush"`
DefaultTips PDefaultTips `yaml:"defaultTips"`
} `yaml:"organizationChanged"`
////////////////////////user///////////////////////
UserInfoUpdated struct {