feat(grcp): support MutableContent for ios (#332)

This commit is contained in:
Bo-Yi Wu
2018-01-16 11:26:45 +08:00
committed by GitHub
parent 4c203c9829
commit b0260af17b
6 changed files with 77 additions and 35 deletions

View File

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