-
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 File Share) Logic for sharing Image from Gallery #538
Comments
How much this logic is different then the same logic for 1-1 ? Except for number of people? |
Sir logic and flow is similar. Except that we have new endpoints for file sharing in group, seperate database table for group messaging to save data, seperate view controller(to link UI) so have to code accordingly. |
Completed coding for this. In download endpoint, there is one field missing in endpoint on server. issue Cloudkibo/CloudKibo#505 |
Thanks. You can proceed to test now. |
Tested this again. Server is now crashing on file upload. @sojharo FYI |
This has been solved now. Server crash was due to old faulty data. Removed data and correctly sent type field as added in documentation. It is working fine now. Will mark it as resolved after some more testing. |
Here we will write logic to send image to all members of groups and also logic for receiving image attachment in group
The text was updated successfully, but these errors were encountered: