Skip to content

Commit

Permalink
fix: MemberEnterNotification
Browse files Browse the repository at this point in the history
  • Loading branch information
withchao committed Oct 23, 2024
1 parent 78a7219 commit 82e6025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/rpc/group/notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ func (g *GroupNotificationSender) MemberEnterNotification(ctx context.Context, g
OperationTime: time.Now().UnixMilli(),
}
g.setVersion(ctx, &tips.GroupMemberVersion, &tips.GroupMemberVersionID, database.GroupMemberVersionName, tips.Group.GroupID)
g.Notification(ctx, mcontext.GetOpUserID(ctx), group.GroupID, constant.MemberInvitedNotification, tips)
g.Notification(ctx, mcontext.GetOpUserID(ctx), group.GroupID, constant.MemberEnterNotification, tips)
return nil
}

Expand Down

0 comments on commit 82e6025

Please sign in to comment.