🐛 Fix cannot determine correct notifiable in batch

This commit is contained in:
LittleSheep 2024-09-17 21:15:34 +08:00
parent 7a9e31fd86
commit 5bcce9d44e

View File

@ -75,6 +75,7 @@ func (v *Server) NotifyUserBatch(_ context.Context, in *proto.NotifyUserBatchReq
Picture: in.GetNotify().Picture,
IsRealtime: in.GetNotify().GetIsRealtime(),
IsForcePush: in.GetNotify().GetIsForcePush(),
Account: user,
AccountID: user.ID,
}