Message List: Faster scroll down button
This commit is contained in:
parent
56b0df97e4
commit
2aa693eece
@ -146,7 +146,7 @@ addActionHandler('loadViewportMessages', (global, actions, payload): ActionRetur
|
||||
newViewportIds, areSomeLocal, areAllLocal,
|
||||
} = getViewportSlice(historyIds, offsetId, LoadMoreDirection.Around);
|
||||
|
||||
if (areSomeLocal && newViewportIds.length >= MESSAGE_LIST_SLICE) {
|
||||
if (areSomeLocal) {
|
||||
global = safeReplaceViewportIds(global, chatId, threadId, newViewportIds, tabId);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user