forked from misskey-dev/misskey
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Filter mutes in service #8
Closed
Closed
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
Note: 仕様変更: LTLでSTLと同様に自分のリプが含まれなくなった |
Note: 仕様変更: withFilesとwithRepliesの併用を禁止した |
このPRによるapi.jsonの差分 差分はこちら--- base
+++ head
@@ -46407,6 +46407,15 @@
}
}
},
+ "BOTH_WITH_REPLIES_AND_WITH_FILES": {
+ "value": {
+ "error": {
+ "message": "Specifying both withReplies and withFiles is not supported",
+ "code": "BOTH_WITH_REPLIES_AND_WITH_FILES",
+ "id": "dfaa3eb7-8002-4cb7-bcc4-1095df46656f"
+ }
+ }
+ },
"INVALID_PARAM": {
"value": {
"error": {
@@ -46601,6 +46610,15 @@
}
}
},
+ "BOTH_WITH_REPLIES_AND_WITH_FILES": {
+ "value": {
+ "error": {
+ "message": "Specifying both withReplies and withFiles is not supported",
+ "code": "BOTH_WITH_REPLIES_AND_WITH_FILES",
+ "id": "dd9c8400-1cb5-4eef-8a31-200c5f933793"
+ }
+ }
+ },
"INVALID_PARAM": {
"value": {
"error": {
@@ -60132,6 +60150,15 @@
}
}
},
+ "BOTH_WITH_REPLIES_AND_WITH_FILES": {
+ "value": {
+ "error": {
+ "message": "Specifying both withReplies and withFiles is not supported",
+ "code": "BOTH_WITH_REPLIES_AND_WITH_FILES",
+ "id": "91c8cb9f-36ed-46e7-9ca2-7df96ed6e222"
+ }
+ }
+ },
"INVALID_PARAM": {
"value": {
"error": { |
ef36a6b
to
a402ba6
Compare
2404db2
to
78ca700
Compare
anatawa12
pushed a commit
that referenced
this pull request
Dec 14, 2023
* Fix fix labeler config (#8) * fix vue import error --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Additional info (optional)
Checklist