mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 13:54:00 +08:00
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:
parent
5c2e05cf5d
commit
f75c43713b
|
@ -6,7 +6,7 @@ import { popupAjaxError } from "discourse/lib/ajax-error";
|
||||||
import { debounce } from "discourse-common/utils/decorators";
|
import { debounce } from "discourse-common/utils/decorators";
|
||||||
import ChatChannel from "discourse/plugins/chat/discourse/models/chat-channel";
|
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.
|
The ChatChannelsManager service is responsible for managing the loaded chat channels.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user