-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh messages: opening a chat only shows the first one, you need to scroll for the rest #4284
Comments
Ideally we would insert a visual new messages marker. Edit: in the past there also was some core api that inserted a fresh message marker, but it was removed afaik. I think it's better (than modifying core api to re-add it) just use the api that is used to find that message when the chat is opened (or open chat with that position as argument so message list can insert the marker?) |
Removing it when it's out of view is another option. |
Add `scrollIntoViewArg` parameter to `jumpToMessage` and specify different values foe it depending on context. More specifically, prefer scrolling the target message to the center, e.g. when showing the first unread message. Prior to this commit, we'd scroll the first unread message such that it's at the bottom of the message list, which can be considered a regression, which was introduced in 5f0efe1. Closes #4284.
Add `scrollIntoViewArg` parameter to `jumpToMessage` and specify different values foe it depending on context. More specifically, prefer scrolling the target message to the center, e.g. when showing the first unread message. Prior to this commit, we'd scroll the first unread message such that it's at the bottom of the message list, which can be considered a regression, which was introduced in 5f0efe1. Closes #4284.
Add `scrollIntoViewArg` parameter to `jumpToMessage` and specify different values for it depending on context. More specifically, prefer scrolling the target message to the center, e.g. when showing the first unread message. Prior to this commit, we'd scroll the first unread message such that it's at the bottom of the message list, which can be considered a regression, which was introduced in 5f0efe1. Closes #4284.
Add `scrollIntoViewArg` parameter to `jumpToMessage` and specify different values for it depending on context. More specifically, prefer scrolling the target message to the center, e.g. when showing the first unread message. Prior to this commit, we'd scroll the first unread message such that it's at the bottom of the message list, which can be considered a regression, which was introduced in 5f0efe1. Closes #4284.
The text was updated successfully, but these errors were encountered: