-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Exclude suspended users note from most timelines #15775
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?
Conversation
このPRによるapi.jsonの差分 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #15775 +/- ##
===========================================
+ Coverage 41.74% 42.58% +0.84%
===========================================
Files 1549 1681 +132
Lines 196555 170518 -26037
Branches 2767 4210 +1443
===========================================
- Hits 82055 72619 -9436
+ Misses 113939 97408 -16531
+ Partials 561 491 -70 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f367a6c
to
e314aac
Compare
this.queryService.generateVisibilityQuery(query, me); | ||
// this.queryService.generateSuspendedUserQueryForNote(query); // To avoid problems with removing notes, ignoring suspended user for now | ||
if (me) { | ||
this.queryService.generateVisibilityQuery(query, me); |
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.
明らかな実装ミスに感じたのでついでに public clip の表示権限のないノートはログインされてないときも見えないようにしました
What
Fix #14727
Why
Additional info (optional)
Checklist