Skip to content
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

えもえもローディング画面 #55

Merged
merged 3 commits into from
Dec 18, 2024
Merged

Conversation

chan-mai
Copy link
Member

What

Why

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

1673beta and others added 2 commits December 18, 2024 09:34
Signed-off-by: eternal-flame-AD <[email protected]>

SPDX

fix?

fix

add

?

Revert "add"

This reverts commit 6d44b4639c13ab2446c2b76490c5e3c26623c566.

?

chore

style
@chan-mai chan-mai merged commit 649d4c5 into develop Dec 18, 2024
10 of 18 checks passed
Copy link

このPRによるapi.jsonの差分

差分はこちら
--- base
+++ head
@@ -580,7 +580,15 @@
                     "federation": {
                       "type": "string"
                     },
-                    "federationHosts": {
+                    "emailToReceiveAbuseReport": {
+                      "type": "string",
+                      "items": {
+                        "type": "string",
+                        "optional": false,
+                        "nullable": false
+                      }
+                    },
+                    "customSplashText": {
                       "type": "array",
                       "items": {
                         "type": "string"
@@ -700,7 +708,8 @@
                     "urlPreviewUserAgent",
                     "urlPreviewSummaryProxyUrl",
                     "federation",
-                    "federationHosts"
+                    "emailToReceiveAbuseReport",
+                    "customSplashText"
                   ]
                 }
               }
@@ -14457,6 +14466,15 @@
                     "items": {
                       "type": "string"
                     }
+                  },
+                  "customSplashText": {
+                    "type": [
+                      "array",
+                      "null"
+                    ],
+                    "items": {
+                      "type": "string"
+                    }
                   }
                 }
               }

Get diff files from Workflow Page

Copy link

Thank you for sending us a great Pull Request! 👍
Please regenerate misskey-js type definitions! 🙏

example:

pnpm run build-misskey-js-with-types

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants