This website works better with JavaScript.
Home
Explore
Help
Sign In
Independent
/
gim
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
DengBiao
1 year ago
parent
35e9a1e0a9
commit
3dc939034f
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
internal/logic/app/group_app.go
+ 3
- 0
internal/logic/app/group_app.go
View File
@@ -202,6 +202,9 @@ func (*groupApp) DeleteMember(ctx context.Context, groupId int64, userId int64,
return err
}
if userId == optId { //自己退出群聊,无需发送消息
return nil
}
err = group.PushDeleteMember(ctx, optId, userId)
if err != nil {
return err
Write
Preview
Loading…
Cancel
Save