Unfollow

Sometimes, Users want to unsubscribe from each other to stop seeing each other's content. The Unfollow defines such a change.

Entity Definition

  • Name
    author
    Required
    Required
    Type
    Reference
    Description

    Reference to the User considered the 'follower', i.e. the user who is unsubscribing from the followee.

  • Name
    followee
    Required
    Required
    Type
    Reference
    Description

    Reference to the User considered the 'followee', i.e. the user who is being unsubscribed from.

Example Unfollow

{
    "type": "Unfollow",
    "author": "6e0204a2-746c-4972-8602-c4f37fc63bbe",
    "created_at": "2021-01-01T00:00:00.000Z",
    "followee": "example.com:02e1e3b2-cb1f-4e4a-b82e-98866bee5de7"
}