GitHub user conradsp opened a pull request:
https://github.com/apache/fineract/pull/443
Fix for In app notification
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 InAppNotification
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/fineract/pull/443.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 #443
----
commit e2ae145a11a7a5232c2750b9479e8e855fbd2202
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 f28aadf3128f00f32d640a4bc194ed6f57558975
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.
----
---