-
Notifications
You must be signed in to change notification settings - Fork 23
Added updateSms method to update an existing sms message
#142
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
Conversation
|
@pooranjoyb @sristy17 Please review. |
Please show video demo/screenshots to verify the code implementation. |
@pooranjoyb, I have attached a test screenshot (appwrite console + terminal) to verify code implementation (SMS content has been updated). Test results:1. Terminal
2. Appwrite console
|
|
@pooranjoyb Kindly assign GSSoC-related labels to it. |
|
merge conflicts 😞 |
8206242 to
c6ab519
Compare
|
@pooranjoyb Conflicts resolved. |
|
@pooranjoyb Could you proceed with it now? |



This PR adds the
updateSms()method (issue #75) to update an existing SMS message via the Appwrite Messaging API.Changes made:
classes/Messaging.hpp- Added declaration forupdateSms()methodservices/Messaging.cpp- ImplementedupdateSms()method to update an existing SMS messageMakefile- Added an entry forupdateSms()method to compile and test it.updateSms.cpp- Added test to validateupdateSms()functionalityTest result: