Skip to content

my.profile

Overview

my.profile is the list of posts the current user has made visible to others. It shows all posts that are either public or shared directly with specific users. This is effectively what other users see when they visit this user's profile.

What appears here

  • The current user's own public posts
  • The current user's own semi-public posts (shared directly with specific users)

Business Rules

  1. Private posts are excluded; only public and semi-public posts are listed.
  2. The list is ordered in reverse chronological order.
  3. When a post transitions to private (e.g. the public flag is removed and all direct shares are revoked), it disappears from this list.
  4. Blocking does not affect which posts are visible on a profile. Public and semi-public posts remain accessible to anyone, including users in a blocking relationship. See Blocking.