mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-04 11:22:17 +08:00
group
This commit is contained in:
parent
481d77b7bc
commit
030fd97bec
@ -27,7 +27,7 @@ import (
|
|||||||
func UpdateGroupInfoMap(ctx context.Context, group *sdkws.GroupInfoForSet) map[string]any {
|
func UpdateGroupInfoMap(ctx context.Context, group *sdkws.GroupInfoForSet) map[string]any {
|
||||||
m := make(map[string]any)
|
m := make(map[string]any)
|
||||||
if group.GroupName != "" {
|
if group.GroupName != "" {
|
||||||
m["name"] = group.GroupName
|
m["group_name"] = group.GroupName
|
||||||
}
|
}
|
||||||
if group.Notification != "" {
|
if group.Notification != "" {
|
||||||
m["notification"] = group.Notification
|
m["notification"] = group.Notification
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user