Revert "Chat optimization (#15545)"

This reverts commit 2917955ef0.
This commit is contained in:
Kalista Payne
2025-12-10 14:16:48 -06:00
parent 8bf2304330
commit dabd466719
10 changed files with 17 additions and 186 deletions

View File

@@ -679,7 +679,7 @@ import NotificationMixins from '@/mixins/notifications';
// extract to a shared path
const CONVERSATIONS_PER_PAGE = 10;
const PM_PER_PAGE = 50;
const PM_PER_PAGE = 10;
const UI_STATES = Object.freeze({
LOADING: 'LOADING',