set groupmember nickname

This commit is contained in:
skiffer-git
2022-04-18 11:52:17 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 4f6f68b70f
commit f9d9f794de
12 changed files with 806 additions and 452 deletions
+5
View File
@@ -304,6 +304,11 @@ type config struct {
OfflinePush POfflinePush `yaml:"offlinePush"`
DefaultTips PDefaultTips `yaml:"defaultTips"`
} `yaml:"groupMemberCancelMuted"`
GroupMemberInfoSet struct {
Conversation PConversation `yaml:"conversation"`
OfflinePush POfflinePush `yaml:"offlinePush"`
DefaultTips PDefaultTips `yaml:"defaultTips"`
} `yaml:"groupMemberInfoSet"`
////////////////////////user///////////////////////
UserInfoUpdated struct {
+1
View File
@@ -81,6 +81,7 @@ const (
GroupMemberCancelMutedNotification = 1513
GroupMutedNotification = 1514
GroupCancelMutedNotification = 1515
GroupMemberInfoSetNotification = 1516
SignalingNotificationBegin = 1600
SignalingNotification = 1601