xmtp / example-chat-react

This repo has been archived. Replacement apps include the XMTP Quickstart React and XMTP Inbox chat apps. For more details and links, see the README in this repo.
MIT License
74 stars 52 forks source link

Restore autoscroll #154

Open saulmc opened 1 year ago

saulmc commented 1 year ago

Prior to the addition of infinite scroll, the app would autoscroll to a new message sent by the user.

Without autoscroll, the user has no way of knowing that their message was successfully sent. Since the message isn't displayed in the conversation until they manually scroll, they might assume that sending the message failed.