contactList

val contactList: StateFlow<List<Contact>>(source)

Flat contact list (channels + DMs) with empty-channel placeholders merged in, consumed by both ContactsScreen and ShareScreen. ContactsScreen groups it into collapsible Channels/DirectMessages sections at render time.