🐛 Fix cannot determine correct notifiable in batch
This commit is contained in:
parent
7a9e31fd86
commit
5bcce9d44e
@ -75,6 +75,7 @@ func (v *Server) NotifyUserBatch(_ context.Context, in *proto.NotifyUserBatchReq
|
|||||||
Picture: in.GetNotify().Picture,
|
Picture: in.GetNotify().Picture,
|
||||||
IsRealtime: in.GetNotify().GetIsRealtime(),
|
IsRealtime: in.GetNotify().GetIsRealtime(),
|
||||||
IsForcePush: in.GetNotify().GetIsForcePush(),
|
IsForcePush: in.GetNotify().GetIsForcePush(),
|
||||||
|
Account: user,
|
||||||
AccountID: user.ID,
|
AccountID: user.ID,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user