-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
TypeError: node-fetch cannot load bear
でinboxが詰まる
#13608
Comments
とりあえずbearで始まるidのactivityはスキップするべき |
MisskeyIO#330 もあるけどよくわからん(サークル機能だとtoにhttps://example.com/contexts/:id(が唯一のアイテムの配列)が入っててこれが何を解決するのか不明) |
( #13201 の実装の話になっちゃうけど)Fedibirdの実装って、各ユーザーのプライベートのinboxに送って、各ユーザーにbearcaps urlを解決させる(という体裁をとる)ことで機密性を保っているということなのか (そしてGroupのitemsにユーザーのコレクション書かないことで閲覧可能なユーザーを非公開にしている?) |
一応これらを全部入れるとサークル機能の投稿が非通知のDMとして届くようになる MisskeyIO#330 サークル機能は非対応にするとしても今後他の用途にBearcaps URLが使われる可能性は十分あると思うので *1: サーバー内の同じ投稿を受信したみんなにDMを送ることになる |
そもそもnode-fetchに意図してないプロトコルを渡っちゃているのがいけない気がするのだわね |
Fedibirdなどでサークル機能実現のために使用されているBearcaps URLが原因
Related to #13201
The text was updated successfully, but these errors were encountered: