32 ? `${user.name.slice(0, 32)}...` : user.name })} emptyPlaceholder={$i18n.t('No chats found for this user.')} shareUrl={true} {chatList} {allChatsLoaded} {chatListLoading} onUpdate={() => { init(); }} loadHandler={loadMoreChats} >