Skip to content

visibility defaults to private#52

Open
FineArchs wants to merge 4 commits intodevelopfrom
flash-visi
Open

visibility defaults to private#52
FineArchs wants to merge 4 commits intodevelopfrom
flash-visi

Conversation

@FineArchs
Copy link
Owner

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

@github-actions
Copy link

github-actions bot commented Feb 19, 2024

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

差分はこちら
--- base
+++ head
@@ -60975,6 +60975,14 @@
                     "items": {
                       "type": "string"
                     }
+                  },
+                  "visibility": {
+                    "type": "string",
+                    "enum": [
+                      "public",
+                      "private"
+                    ],
+                    "default": "private"
                   }
                 },
                 "required": [

Get diff files from Workflow Page

@github-actions
Copy link

github-actions bot commented Feb 19, 2024

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.

1 participant