diff --git a/plugins/chat/assets/javascripts/discourse/components/chat-thread.js b/plugins/chat/assets/javascripts/discourse/components/chat-thread.js index 1e169a8e99e..abc40cf1b6e 100644 --- a/plugins/chat/assets/javascripts/discourse/components/chat-thread.js +++ b/plugins/chat/assets/javascripts/discourse/components/chat-thread.js @@ -10,7 +10,7 @@ import { next, schedule } from "@ember/runloop"; import discourseLater from "discourse-common/lib/later"; import { resetIdle } from "discourse/lib/desktop-notifications"; -const PAGE_SIZE = 50; +const PAGE_SIZE = 100; export default class ChatThreadPanel extends Component { @service siteSettings;