-
Notifications
You must be signed in to change notification settings - Fork 1
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
Vmimi relay timeline improvements v3 #177
Vmimi relay timeline improvements v3 #177
Conversation
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.
残ってたのでapproveしに来た
ロールエディタ作り忘れてる |
あー、そういえば権限生えてたね… |
このPRによるapi.jsonの差分 差分はこちら--- base
+++ head
@@ -79542,6 +79542,9 @@
"globalTimeline": {
"type": "boolean"
},
+ "vmimiRelayTimeline": {
+ "type": "boolean"
+ },
"hcaptcha": {
"type": "boolean"
},
@@ -79567,6 +79570,7 @@
"emailRequiredForSignup",
"localTimeline",
"globalTimeline",
+ "vmimiRelayTimeline",
"hcaptcha",
"turnstile",
"recaptcha", |
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.
雰囲気的には良さそう?(命名規則は本家とは違いそうですが)
|
misskey.niri.la/packages/backend/src/core/entities/MetaEntityService.ts Lines 138 to 140 in 9f99e4b
とか misskey.niri.la/packages/backend/src/models/json-schema/meta.ts Lines 261 to 272 in 9f99e4b
とか? |
変えるつもり無かったので揃えた |
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.
多分ヨシ!
What
Why
Additional info (optional)
Checklist