Skip to content

Misskey以外への対応 #3

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

Open
Srgr0 opened this issue Aug 26, 2023 · 0 comments
Open

Misskey以外への対応 #3

Srgr0 opened this issue Aug 26, 2023 · 0 comments
Labels
enhancement This is very exciting!
Milestone

Comments

@Srgr0
Copy link
Owner

Srgr0 commented Aug 26, 2023

ActivityPub全般の投稿やユーザーを表示できるようにする。
インスタンスの照会に投げれば概ね処理できるが、misoでは機能拡張のためにurlで判別してから投げているので、この部分の判別ルールを作る必要がある。

  • ユーザー
    misskey/mastdon: {domain}/@{user}, {domain}/@{user}@{domain}

  • ノート
    misskey: {domain}/notes/{noteid}
    mastdon: {domain}/@{user}/{noteid}, {domain}/@{user}@{domain}/{noteid}

対応するプロジェクト:misskey, mastdon, 他に何があるのか分かっていない

@Srgr0 Srgr0 added the enhancement This is very exciting! label Aug 26, 2023
@Srgr0 Srgr0 added this to the v1.2.0 milestone Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is very exciting!
Projects
None yet
Development

No branches or pull requests

1 participant