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

SearchableByへの対応 #440

Closed
1 task done
penginn-net opened this issue Sep 14, 2024 · 3 comments · Fixed by #519
Closed
1 task done

SearchableByへの対応 #440

penginn-net opened this issue Sep 14, 2024 · 3 comments · Fixed by #519
Assignees
Labels
✨enhancement New feature or request ❗HardWork めんどそうなやつ
Milestone

Comments

@penginn-net
Copy link
Collaborator

penginn-net commented Sep 14, 2024

概要(Summary)

#347 とで同時にするのはプルリクが大きくなりすぎるので分離

なぜ必要なのか(Purpose)

toot:indexable 非対応ソフトウェアのインスタンスに属するユーザーでも検索許可を明示できる

自分で実装しますか?(Do you want to implement this feature yourself?)

  • 自分で実装しプルリクエストします(Yes, I will implement this by myself and send a pull request)
@penginn-net penginn-net added the ✨enhancement New feature or request label Sep 14, 2024
@penginn-net penginn-net self-assigned this Sep 14, 2024
@penginn-net
Copy link
Collaborator Author

penginn-net commented Sep 14, 2024

https://xn--vusz0j.art/notes/01H6Z5V1Z00KBF3F0N8V81S9QX

#searchable_by_all_users
誰でも検索できる
#searchable_by_followers_only
フォロワーが検索できる
#searchable_by_reacted_users_only
リアクションした人だけ検索できる(Mastodon標準)

@penginn-net
Copy link
Collaborator Author

https://note.com/kmycode/n/nddd4acda5c1e

#searchable_by_nobody
(kmyblueのみ:投稿者自身しか検索できません)

@penginn-net
Copy link
Collaborator Author

penginn-net commented Sep 14, 2024

#347 (comment)

https://xn--vusz0j.art/notes/01J77X0WDG50F3DZJNXKG589JF

優先順位的には

Note オブジェクト → SearchableBy → indexable かしら?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨enhancement New feature or request ❗HardWork めんどそうなやつ
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants