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

audienceのないAP Objectの公開範囲の扱い #5768

Closed
mei23 opened this issue Jan 25, 2020 · 2 comments · Fixed by #5783
Closed

audienceのないAP Objectの公開範囲の扱い #5768

mei23 opened this issue Jan 25, 2020 · 2 comments · Fixed by #5783
Labels
✨Feature This adds/improves/enhances a feature 🌌Federation The Federation/ActivityPub feature

Comments

@mei23
Copy link
Contributor

mei23 commented Jan 25, 2020

Summary

AP Note等に audience (to, cc) がなくて、Private扱いになってしまう投稿等がある、どうするか。

  1. HubzillaにAP Noteを取得しに行った場合に
    Note オブジェクトにaudience(to, cc)が明示されていないため、Privateとして扱われてしまう。

  2. Hubzillaから、Create ActivityでImageが来た場合に
    Image オブジェクトにaudience(to, cc)が明示されていないため、Privateとして扱われてしまう。
    ※ 確認は出来ないが Create => Note の場合は、ちゃんと来ているので大丈夫な気がする。

Related
https://github.com/syuilo/misskey/issues/5767
mastodon/mastodon#11137

@mei23 mei23 added the ✨Feature This adds/improves/enhances a feature label Jan 25, 2020
@mei23
Copy link
Contributor Author

mei23 commented Jan 25, 2020

2はMastodonだと mastodon/mastodon#12249 で対処してそう。(master)

1はどうしようもなさそうだけど
認証情報等を特に指定せずにこちらから投稿をGET出来たのならば、
その投稿はPublic or Homeに違いないという考えもできるかも。

@mei23
Copy link
Contributor Author

mei23 commented Jan 25, 2020

少なくとも
Remote && visibility=specified && visibleUserIds=none の投稿をDBに格納するのは変かも

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feature This adds/improves/enhances a feature 🌌Federation The Federation/ActivityPub feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants