• Timothy Andrew's avatar
    Use a `ghost` boolean to track ghost users. · 06e585e9
    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`.
    06e585e9
user.rb 32.5 KB