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

feat: セミパブリックモードの追加 #57

Merged
merged 12 commits into from
Dec 26, 2024

Conversation

chan-mai
Copy link
Member

What

LTLを重視するサーバーではLTLに掲載したくないノート(外向きやRNではGTLや外部のLTLに載ってもいいノート)がある
一方でホームの公開範囲にすると返信相手はホームでしか返答できないし、RNもホーム公開範囲でのみしかできない

Why

LTL重視サーバーでも連合ユーザーと不自由なくやり取りするため

Additional info (optional)

From nadesskey#58

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

Copy link

github-actions bot commented Dec 26, 2024

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

差分はこちら
--- base
+++ head
@@ -57028,6 +57028,7 @@
                     "type": "string",
                     "enum": [
                       "public",
+                      "public_non_ltl",
                       "home",
                       "followers",
                       "specified"
@@ -80564,6 +80565,7 @@
             "type": "string",
             "enum": [
               "public",
+              "public_non_ltl",
               "home",
               "followers",
               "specified"

Get diff files from Workflow Page

@chan-mai chan-mai merged commit f0ce381 into develop Dec 26, 2024
27 of 31 checks passed
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.

2 participants