-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Group) logic on client to add member #369
Comments
I have completed work on this. Doing some testing. Will mark it resolved after testing IA. |
I tested and found there is a mistake on server side in one field in payload of push notification sent from server. Group Id returned in payload is incorrect. I have talked about it with @sojharo , he tried to correct it but issue is still there. Will test again tomorrow when server side error is corrected. |
This is done and working. The above comment was wrongly written here. it was meant for issue #373 . |
This is high priority needs to fixed right away |
This has been fixed now. Push is in progress |
We should have the option to let the admin add new members to group after group is created. This would update the sqlite database and call the rest api to let the server know that member was added to group.
The text was updated successfully, but these errors were encountered: