MESSAGES_RESET: Keep scrollToBottomCounter the same value
This commit is contained in:
parent
7df39cc8c5
commit
d5152fe452
1 changed files with 1 additions and 1 deletions
|
@ -2473,7 +2473,7 @@ export function reducer(
|
|||
? existingConversation.scrollToMessageCounter + 1
|
||||
: 0,
|
||||
scrollToBottomCounter: existingConversation
|
||||
? existingConversation.scrollToBottomCounter + 1
|
||||
? existingConversation.scrollToBottomCounter
|
||||
: 0,
|
||||
messageIds,
|
||||
metrics: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue