Add page link attribute to all activity pub objects #177
Labels
No Label
Bug
C2S
Community
Core Spec Decision
Discussion in Forum
Extra Spec Decision
Meta Bug
Meta Decision
Meta Website
Need Feedback
Spec Docu
Spec Wording
Style
Waiting on Dependency
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ForgeFed/ForgeFed#177
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
After an activitypub object from a remote instance has been dereferenced on our local instance it may be usefull to be able to redirect users to the object webclient view on the remote instance.
For instance a user is browsing a list of federated repositories on its local instance. Clicking the repository link should redirect to the repository view on the remote instance.
We probably want to use activitystreams Page Link attribute to do this.
Maybe we can use the
url
property for this. It's already used on user actors to indicate the user's profile page.