Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Support for GCM priority#90

Closed
Syhids wants to merge 3 commits into
mercari:masterfrom
Syhids:master
Closed

Support for GCM priority#90
Syhids wants to merge 3 commits into
mercari:masterfrom
Syhids:master

Conversation

@Syhids

@Syhids Syhids commented Dec 27, 2017

Copy link
Copy Markdown

No description provided.

@cubicdaiya

Copy link
Copy Markdown
Contributor

Thank for your PR. Could you modify SPEC.md also?

@Syhids

Syhids commented Jan 17, 2018

Copy link
Copy Markdown
Author

Done @cubicdaiya :)

@Syhids

Syhids commented Mar 18, 2018

Copy link
Copy Markdown
Author

Hey @cubicdaiya, any update on this? :)

Comment thread gcm/message.go
return fmt.Errorf("the message's RegistrationIDs field must not be nil")
}

if string(m.Priority) != "" && m.Priority != "normal" && m.Priority != "high" {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need to cast? m.Priority is a string type. m.Priority is assigned "" as a zero value.

@yutachaos

Copy link
Copy Markdown
Contributor

@cubicdaiya
When will this PR be merged?
We take this PR by ourselves and fork it, so if possible we want you to merge.

@Syhids

Syhids commented Feb 4, 2020

Copy link
Copy Markdown
Author

@yutachaos feel free to fork this PR

@Syhids Syhids closed this Feb 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants