Skip to content
  • Timothy Andrew's avatar
    Use a `ghost` boolean to track ghost users. · 47947705eb3a
    Timothy Andrew authored
    Rather than using a separate `ghost` state. This lets us have the benefits of
    both ghost and blocked users (ghost: true, state: blocked) without having to
    rewrite a number of queries to include cases for `state: ghost`.
    47947705eb3a