-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: implement conversations.inviteShared #1195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @Aenimus !
This addition is aligned to the public documentation for conversations.inviteShared.
@Aenimus , it looks like I may not have permission to push to your forked branch to re-queue the GitHub Action CI checks. Would you mind committing a no-op in the forked-branch so the checks will run? $ git commit --allow-empty -m "Trigger GitHub Actions"
$ git push Thanks! |
Hi @lorenzoaiello, I did as you have asked, but nothing seems to have changed (I'm assuming the message does not have to match identically). |
Thanks! Since its a fork actions have to be approved by a maintainer but they did queue up correctly and I just approved the request 🚀 Can you take a look at the failing tests please? It looks like there may be a conflict when running the whole test suite. |
Hi @lorenzoaiello, I'd be happy to address the tests if I understood the error. I can run things locally just fine. I also don't see any other references to |
I just ran again from root: No failures or errors. Please advise. |
@Aenimus , I'll try to do some digging to see if I can figure out what might be going on. |
Hi @lorenzoaiello, I still cannot replicate the CI errors, and I don't understand what could cause them. Do you have any further insights? |
@lorenzoaiello So the problem is that someone implemented this 3 months after I did, and that version was merged. I suppose you can close this. |
It would appear so - apologies I missed that as well until now :( - Thank you for your effort though, its much appreciated! |
Pull Request Guidelines
These are recommendations for pull requests.
They are strictly guidelines to help manage expectations.
PR preparation
Run
make pr-prep
from the root of the repository to run formatting, linting and tests.Should this be an issue instead
API changes
Since API changes have to be maintained they undergo a more detailed review and are more likely to require changes.
Examples of API changes that do not meet guidelines: