-
Couldn't load subscription status.
- Fork 404
Just fixed a typo. #19072
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
base: develop
Are you sure you want to change the base?
Just fixed a typo. #19072
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -1544,7 +1544,7 @@ The following parameters should be set in the URL: | |||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| The following fields are returned in the JSON response body: | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| - `status` - string - one of scheduled/active/completed/failed, indicating the status of the redaction job | ||||||||||||||||||||||||||||||
| - `status` - string - one of scheduled/active/complete/failed, indicating the status of the redaction job | ||||||||||||||||||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I assume this corresponds to synapse/synapse/types/__init__.py Lines 1542 to 1553 in da6c0ca
If we're going to use the actual values, we should probably use some code snippets for them:
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i don't know it was my first PR |
||||||||||||||||||||||||||||||
| - `failed_redactions` - dictionary - the keys of the dict are event ids the process was unable to redact, if any, and the values are | ||||||||||||||||||||||||||||||
| the corresponding error that caused the redaction to fail | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.
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.
Per the PR checklist (was in the PR description template), this needs a changelog entry ->
changelog.d/19072.doc