-
-
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
Release: 2023.10.2 #12060
Release: 2023.10.2 #12060
Conversation
* wip * Update NoteEntityService.ts * wip * wip * wip * wip
Resolve #11869
* feat : サーバーサイレンスを追加 * Update CHANGELOG.md * Update CHANGELOG.md * Update locale * Update instance-info.vue * update misskey-js.api.md * lint fix * migration fix * 既存のものを使うように * fix * 色々直した * Update packages/frontend/src/pages/admin/instance-block.vue * Update packages/frontend/src/pages/admin/instance-block.vue * Update packages/frontend/src/components/MkInstanceCardMini.vue * Update packages/backend/src/core/entities/InstanceEntityService.ts * Update packages/backend/src/core/entities/InstanceEntityService.ts * Update packages/backend/src/core/entities/InstanceEntityService.ts * Update packages/backend/src/core/UserFollowingService.ts * Update packages/backend/src/core/UserFollowingService.ts * fix: サイレンスされてるサーバーからの投稿は全部ホームにする * fix: undefinedでfalseを返すようにした --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: add defaultWithReplies to MiUser * feat: use defaultWithReplies when creating MiFollowing * feat: update defaultWithReplies from API * feat: return defaultWithReplies as a part of $i * feat(frontend): configure defaultWithReplies * docs(changelog): 新規にフォローした人のをデフォルトでTL二追加できるように * fix: typo * style: fix lint failure * chore: improve UI text * chore: make optional params of UserFollowingService.follow() object * chore: UserFollowingService.follow() accept withReplies * chore: add withReplies to MiFollowRequest * chore: process withReplies for follow request * feat: accept withReplies on 'following/create' endpoint * feat: store defaultWithReplies in client store * Revert "feat: return defaultWithReplies as a part of $i" This reverts commit f2cc4fe * Revert "feat: update defaultWithReplies from API" This reverts commit 95e3cee * Revert "feat: add defaultWithReplies to MiUser" This reverts commit 9f5ab14. * feat: configuring withReplies in import-following * feat(frontend): configure withReplies * fix(frontend): incorrectly showRepliesToOthersInTimeline can be shown * fix(backend): withReplies of following/create not working * fix(frontend): importFollowing error * fix: withReplies is not working with follow import * fix(frontend): use v-model * style: fix lint --------- Co-authored-by: Sayamame-beans <61457993+sayamame-beans@users.noreply.github.com> Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* fix(backend): ユーザーのノート取得でDBにfallbackした際にチャンネルノートのみになる * Update CHANGELOG --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
みています |
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.
細かいですがよろしくお願いします:pray:
packages/backend/src/server/api/endpoints/notes/user-list-timeline.ts
Outdated
Show resolved
Hide resolved
CHANGE LOGにiOS15だと正常に動かないので16以上が必須と書き加えてもらえるとうれしい |
それは昔からだから要らなそう |
* chore: Pull Request時にapi.jsonのdiffを出力するworkflow * refactor: job names * fix: set repository to get api diff * chore: set permission to workflow * set sleep 30s (shorter) * chore: set label of diff * chore: more attempts to fetch misskey * chore: add full diff output of api.js * chore: save full-diff to Artifact * chore: add message to download diff Artifact
このPRによるapi.jsonの差分 差分はこちら--- base
+++ head
@@ -1,7 +1,7 @@
{
"openapi": "3.0.0",
"info": {
- "version": "2023.10.1",
+ "version": "2023.10.2",
"title": "Misskey API",
"x-logo": {
"url": "/static-assets/api-doc.png"
@@ -162,6 +162,16 @@
"optional": false,
"nullable": false
},
+ "silencedHosts": {
+ "type": "array",
+ "optional": true,
+ "nullable": false,
+ "items": {
+ "type": "string",
+ "optional": false,
+ "nullable": false
+ }
+ },
"pinnedUsers": {
"type": "array",
"optional": false,
@@ -10598,10 +10608,12 @@
"type": "string"
},
"impressumUrl": {
- "type": "string"
+ "type": "string",
+ "nullable": true
},
"privacyPolicyUrl": {
- "type": "string"
+ "type": "string",
+ "nullable": true
},
"useObjectStorage": {
"type": "boolean"
@@ -10697,6 +10709,13 @@
},
"notesPerOneAd": {
"type": "integer"
+ },
+ "silencedHosts": {
+ "type": "array",
+ "nullable": true,
+ "items": {
+ "type": "string"
+ }
}
},
"required": []
@@ -12927,6 +12946,9 @@
"caseSensitive": {
"type": "boolean"
},
+ "localOnly": {
+ "type": "boolean"
+ },
"withReplies": {
"type": "boolean"
},
@@ -13843,6 +13865,9 @@
"caseSensitive": {
"type": "boolean"
},
+ "localOnly": {
+ "type": "boolean"
+ },
"withReplies": {
"type": "boolean"
},
@@ -26930,6 +26955,10 @@
"type": "boolean",
"nullable": true
},
+ "silenced": {
+ "type": "boolean",
+ "nullable": true
+ },
"federating": {
"type": "boolean",
"nullable": true
@@ -27737,6 +27766,9 @@
"userId": {
"type": "string",
"format": "misskey:id"
+ },
+ "withReplies": {
+ "type": "boolean"
}
},
"required": [
@@ -57314,6 +57346,16 @@
"optional": true,
"nullable": false
},
+ "reactionAndUserPairCache": {
+ "type": "array",
+ "optional": true,
+ "nullable": false,
+ "items": {
+ "type": "string",
+ "optional": false,
+ "nullable": false
+ }
+ },
"myReaction": {
"type": "object",
"optional": true,
@@ -58281,6 +58323,12 @@
"nullable": false,
"default": false
},
+ "localOnly": {
+ "type": "boolean",
+ "optional": false,
+ "nullable": false,
+ "default": false
+ },
"notify": {
"type": "boolean",
"optional": false,
@@ -58319,6 +58367,7 @@
"userListId",
"users",
"caseSensitive",
+ "localOnly",
"notify",
"withReplies",
"withFile",
@@ -58509,6 +58558,11 @@
"optional": false,
"nullable": true
},
+ "isSilenced": {
+ "type": "boolean",
+ "optional": false,
+ "nullable": false
+ },
"infoUpdatedAt": {
"type": "string",
"optional": false,
@@ -58537,6 +58591,7 @@
"iconUrl",
"faviconUrl",
"themeColor",
+ "isSilenced",
"infoUpdatedAt"
]
}, |
Co-authored-by: sorairo <sorairo@shiosyakeyakini.info>
Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
マージするか |
(マージ前にbeta外すの一応言っておきます…まだbeta) |
* New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Uyghur) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Croatian) * New translations ja-jp.yml (Haitian Creole) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Simplified)
@acid-chicken マージしちゃう |
@@ -12,6 +12,30 @@ | |||
|
|||
--> | |||
|
|||
## 2023.x.x (unreleased) |
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.
書き換え忘れていませんか?
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.
🤯
🙏🏻 🙏🏻 🙏🏻 |
General
Client
Server