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: HTLとSTLをローカルのみに絞り込む機能 #3

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tai-cha
Copy link
Owner

@tai-cha tai-cha commented Mar 2, 2024

What

ホーム・ソーシャルTLでローカルのみに絞り込んで表示する機能を追加

デッキUIのタイムラインでも使えます

Why

ローカルユーザーのホーム・フォロワー限定などをしっかりと追いたいことがある

Additional info (optional)

導入の際は misskey-dev#13495 と合わせて導入することを推奨

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 Mar 2, 2024

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

差分はこちら
--- base
+++ head
@@ -54885,6 +54885,10 @@
                   "withReplies": {
                     "type": "boolean",
                     "default": false
+                  },
+                  "onlyLocal": {
+                    "type": "boolean",
+                    "default": false
                   }
                 }
               }
@@ -57994,6 +57998,10 @@
                   "withRenotes": {
                     "type": "boolean",
                     "default": true
+                  },
+                  "onlyLocal": {
+                    "type": "boolean",
+                    "default": false
                   }
                 }
               }

Get diff files from Workflow Page

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