-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
send share notification instead of erroring on duplicate share #25533
Conversation
Need to test and confirm this doesn't break Talks reposting behaviour |
b673658
to
65b3539
Compare
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.
Seems to work
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 2076: failurecheckers
integration-ratelimiting
Show full log
|
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.
Sure
Ah you need the since annotation I guess |
ea84247
to
3da33ce
Compare
when creating a share that already exists, instead of erroring, resend the notifications Signed-off-by: Robin Appelman <robin@icewind.nl>
/backport to stable20 |
/backport to stable21 |
@icewind1991 @nickvergessen @rullzer |
when creating a share that already exists, instead of erroring, resend the notifications
Signed-off-by: Robin Appelman robin@icewind.nl