-
Notifications
You must be signed in to change notification settings - Fork 119
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
[NEW FEATURE] Allows Deletion of message when a messageID is given #483
base: alpha
Are you sure you want to change the base?
[NEW FEATURE] Allows Deletion of message when a messageID is given #483
Conversation
Should probably be a new permission added to the entire Apps Framework for message deletion that has to be explicitly declared and then on the UI we display a warning that the app can remove messages? |
Hey, if you could guide me as to which files to look for this feature I can work on it in an another PR as this one solves for only when a messageID is provided. |
Hi @kulkarnigaurav38 Thanks for the contribution π₯ This is indeed a useful tool to have on apps-engine, so, I'd be happy to assist you to get this feature released π From what I see here, there are 2 things that we'd need to get this feature to work
Let me know if you have any further questions. |
@kulkarnigaurav38 Any news here? |
Hey @murtaza98, I will put in a PR in a few hours sorry have exams going on in college. |
Hey man! No worries at all, I only pinged you since the release cut was scheduled on 21st Feb. Don't feel any pressure to do this right now in the middle of your exams. We can make this part of the release next month. All the best π |
The PR in the main repo : Link, please look into it. |
Hi @kulkarnigaurav38 There was a permission issue with this PR where the new delete permission wasn't getting applied while using the new delete message method from apps. So I added that fix over #507 Feel free to apply the change on this PR & we can close that if you want & keep this as the main PR |
Made the changes, thanks for correcting it. |
@kulkarnigaurav38 Thanks, man! This PR looks good to me now. Do you also mind resolving my comment over here on the connected PR of the main repo? You can check out this PR if you like where I've applied my suggestion |
What? β΅
Added: The method to delete message when a messageId is given.
Why? π€
Links π
Closes issue #445
PS π
Please suggest any changes if required, thanks!