FEATURE: bump DM limits from 20 to 50 (#30102)

So people who are having a **lot** of 1-1/group conversations in #chat can have even more 😅

Internal ref - t/143226/8
This commit is contained in:
Régis Hanol 2024-12-04 16:34:28 +01:00 committed by GitHub
parent 5c2e05cf5d
commit f75c43713b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ import { popupAjaxError } from "discourse/lib/ajax-error";
import { debounce } from "discourse-common/utils/decorators";
import ChatChannel from "discourse/plugins/chat/discourse/models/chat-channel";
const DIRECT_MESSAGE_CHANNELS_LIMIT = 20;
const DIRECT_MESSAGE_CHANNELS_LIMIT = 50;
/*
The ChatChannelsManager service is responsible for managing the loaded chat channels.