List conversation followers
Conversations
List conversation followers
Return every follower of this conversation with a denormalised user preview (name, email, image) joined from public.users so the FE Followers pill renders without an N+1 user-fetch loop. Newest-first by created_at so the operator who just clicked ‘Follow’ sees themselves at the top. Stale rows whose user has been purged surface with user_name=null so the FE can render an ‘(unknown user)’ placeholder rather than dropping the row.
GET
List conversation followers