Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Ozone ACLs #2252
Ozone ACLs #2252
Changes from 11 commits
6a26396
125f721
36da1d9
32b3de8
199b754
d1d39ff
cb53fdc
e3bfb17
a642063
f7ef546
0482a92
5df31de
dd891d4
2ca4fee
6ba5f6c
9b2500e
c76fd03
87f00f2
8341c7a
11b7af2
037f163
fc1c40d
5e1c5fd
82acea2
4c7db5c
81f9d69
7be8445
592518c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Making sure I understand correctly—this means the mod service can view takedowns either:
Does that sound right? If so, when does the latter come into play?
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.
Yup that does sound right - maybe it could be communicated better.
But the latter comes into play on some of the view routes where we still want to show taken down content -
getProfile
for instanceThere 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.
We could use a separate authVerifier there like
optionalStandardOrModService
but I thought it was a bit clearer to just useoptionalStandard
and then do a follow on check to see if it came from a trusted did