-
-
Notifications
You must be signed in to change notification settings - Fork 5
Labels
enhancementNew feature or requestNew feature or request
Description
To people who are familiar to ActivityPub services, it's easy to find the bot accounts built upon botkit.
On the other hand, to people who are not familiar to ActivityPub services, it's not.
When trying to follow remote account(including botkit account), the process follows below:
- They can just search their own instance's search page.
- Inside the instance's implementation, the instance calls webfinger request in order to fetch the bot account's metadata
- And redirect to the instance's profile page of the bot account.
Suggested Implementation
- Click the Follow button
- After clicking Follow button, prompt alert(modal) need to be displayed.
- User input their fediverse handle (ex.
@johndoe@fediver.se
) and Submit - From botkit's server side, call webfinger request for the fediverse handle which is from step 3
- And redirect to remote server's profile page for the botkit account. And Follow
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request