GitHub user conradsp opened a pull request:
https://github.com/apache/fineract/pull/442
Fix for In-App Triggered Notifications
For a triggered SMS message, check if notification flag is set. If so, send
to GCM service.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/conradsp/fineract GCMNotifications
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/fineract/pull/442.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #442
----
commit d007f01ffcc0759041a1d80d654d9fbd61c52088
Author: conradsp <sconrad1@...>
Date: 2018-02-16T02:52:43Z
For a triggered SMS message, check if notification flag is set. If so, send
to GCM service.
commit 0b66661f876bdf956aca105c5ad76203876b67c8
Author: conradsp <sconrad1@...>
Date: 2018-02-16T02:55:31Z
For a triggered SMS message, check if notification flag is set. If so, send
to GCM service.
commit f4399e1b9463b394fcec289f202f41c3572974d9
Author: conradsp <sconrad1@...>
Date: 2018-02-16T02:56:22Z
For a triggered SMS message, check if notification flag is set. If so, send
to GCM service.
----
---