mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-22 00:13:09 +08:00
fix(newMessage): reduce default display count from 20 to 10
This commit is contained in:
parent
c93b96a03f
commit
6e9b77a97a
@ -24,7 +24,7 @@ const initialState: MessagesState = messagesAdapter.getInitialState({
|
||||
currentTopicId: null,
|
||||
loadingByTopic: {},
|
||||
fulfilledByTopic: {},
|
||||
displayCount: 20
|
||||
displayCount: 10
|
||||
})
|
||||
|
||||
// Payload for receiving messages (used by loadTopicMessagesThunk)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user