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

@@ -66,7 +66,7 @@ describe('GET /inbox/conversations', () => {
it('returns five messages when using page-query ', async () => {
const promises = [];
for (let i = 0; i < 50; i += 1) {
for (let i = 0; i < 10; i += 1) {
promises.push(user.post('/members/send-private-message', {
toUserId: user.id,
message: 'fourth',