chore(grpc): add image field (#485)

This commit is contained in:
Bo-Yi Wu
2020-03-14 00:00:03 +08:00
committed by GitHub
parent 38f11f0592
commit 44bf37941b
7 changed files with 128 additions and 60 deletions

View File

@@ -61,6 +61,7 @@ func (s *Server) Send(ctx context.Context, in *proto.NotificationRequest) (*prot
ContentAvailable: in.ContentAvailable,
ThreadID: in.ThreadID,
MutableContent: in.MutableContent,
Image: in.Image,
}
if badge > 0 {