-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
enhance(backend): ページ、ギャラリー、Playのモデレーション強化 #13523
Merged
syuilo
merged 13 commits into
misskey-dev:develop
from
zyoshoka:enhance-page-gallery-flash-moderation
Aug 17, 2024
Merged
enhance(backend): ページ、ギャラリー、Playのモデレーション強化 #13523
syuilo
merged 13 commits into
misskey-dev:develop
from
zyoshoka:enhance-page-gallery-flash-moderation
Aug 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
packages/frontend
Client side specific issue/PR
packages/backend
Server side specific issue/PR
packages/misskey-js
labels
Mar 5, 2024
このPRによるapi.jsonの差分 差分はこちら--- base
+++ head
@@ -38157,6 +38157,15 @@
}
}
},
+ "ACCESS_DENIED": {
+ "value": {
+ "error": {
+ "message": "Access denied.",
+ "code": "ACCESS_DENIED",
+ "id": "c86e09de-1c48-43ac-a435-1c7e42ed4496"
+ }
+ }
+ },
"INVALID_PARAM": {
"value": {
"error": { |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #13523 +/- ##
===========================================
+ Coverage 38.88% 41.71% +2.82%
===========================================
Files 1545 1551 +6
Lines 190505 196888 +6383
Branches 3262 2721 -541
===========================================
+ Hits 74087 82129 +8042
+ Misses 115857 114197 -1660
- Partials 561 562 +1 ☔ View full report in Codecov by Sentry. |
ページとPlayのデザインだいぶ変えちゃったので修正必要かも🙏 |
zyoshoka
changed the title
enhance(backend): Page、ギャラリー、Playのモデレーション強化
enhance(backend): ページ、ギャラリー、Playのモデレーション強化
Jun 1, 2024
zyoshoka
force-pushed
the
enhance-page-gallery-flash-moderation
branch
from
June 1, 2024 08:26
449dcc7
to
7948311
Compare
👀 |
👍🏻 |
kakkokari-gtyih
added a commit
to kakkokari-gtyih/misskey
that referenced
this pull request
Aug 17, 2024
syuilo
pushed a commit
that referenced
this pull request
Aug 17, 2024
5 tasks
LemonDouble
pushed a commit
to LemonDouble/misskey
that referenced
this pull request
Aug 19, 2024
* enhance(backend): Page、ギャラリー、Playのモデレーション強化 * Update CHANGELOG.md * fix: update misskey-js * refactor(frontend): use `MkA` * Update CHANGELOG.md * fix(i18n): Page -> ページ
LemonDouble
pushed a commit
to LemonDouble/misskey
that referenced
this pull request
Aug 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
packages/backend
Server side specific issue/PR
packages/frontend
Client side specific issue/PR
packages/misskey-js
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.
What
以下のことを行いました。
Why
Closes #10280
Closes #10565
Closes #13469
Additional info (optional)
Checklist