Skip to content

Commit 8c030b6

Browse files
committed
Limit thread to 50 messages
1 parent 35a4043 commit 8c030b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/store/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ export const actions = {
536536
params: {
537537
contact: context.getters.getThread.contact,
538538
owner: context.getters.getThread.owner,
539-
limit: 100,
539+
limit: 50,
540540
},
541541
})
542542
.then((response: AxiosResponse) => {

0 commit comments

Comments
 (0)