mirror of
https://github.com/discourse/discourse.git
synced 2025-04-25 12:44:26 +08:00
UX: increase limit in chat channel fetcher (#31406)
Increases the number of chat channels loading to prevent missing notifications for channels beyond the current limit.
This commit is contained in:
parent
4b42be0e18
commit
6524e72088
@ -2,7 +2,7 @@
|
||||
|
||||
module Chat
|
||||
class ChannelFetcher
|
||||
MAX_PUBLIC_CHANNEL_RESULTS = 50
|
||||
MAX_PUBLIC_CHANNEL_RESULTS = 100
|
||||
|
||||
# NOTE: this should always be > than `DIRECT_MESSAGE_CHANNELS_LIMIT` in `chat-channel-manager.js`
|
||||
MAX_DM_CHANNEL_RESULTS = 75
|
||||
|
Loading…
x
Reference in New Issue
Block a user