Skip to content
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

Propagate deleted discussions to the error database #3148

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

SailReal
Copy link
Member

When we delete a discussion, it is not currently propagated against the error database, which means that Cryptomator thinks there is a solution to a problem, but when it is opened in GitHub it shows a 404.

109f5d1 was not enough to fix this, because the query against the discussion repo simply fails because the entry does not exists anymore.

This PR implements the deletion of the discussion to be propagated against the error database.

@infeo infeo added this to the 1.11.0 milestone Oct 13, 2023
@infeo infeo merged commit 2d503a0 into develop Oct 13, 2023
6 checks passed
@infeo infeo deleted the feature/propagate-deleted-discussions branch October 13, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants