Repair: copy legacy joinDate into new user's created_at when creating users from legacy wallz
This commit is contained in:
@@ -12,6 +12,20 @@ return [
|
||||
'cache_store' => env('MESSAGING_TYPING_CACHE_STORE', 'redis'),
|
||||
],
|
||||
|
||||
'presence' => [
|
||||
'ttl_seconds' => (int) env('MESSAGING_PRESENCE_TTL', 90),
|
||||
'conversation_ttl_seconds' => (int) env('MESSAGING_CONVERSATION_PRESENCE_TTL', 45),
|
||||
'cache_store' => env('MESSAGING_PRESENCE_CACHE_STORE', env('MESSAGING_TYPING_CACHE_STORE', 'redis')),
|
||||
],
|
||||
|
||||
'recovery' => [
|
||||
'max_messages' => (int) env('MESSAGING_RECOVERY_MAX_MESSAGES', 100),
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
'offline_fallback_only' => (bool) env('MESSAGING_OFFLINE_FALLBACK_ONLY', true),
|
||||
],
|
||||
|
||||
'search' => [
|
||||
'index' => env('MESSAGING_MEILI_INDEX', 'messages'),
|
||||
'page_size' => (int) env('MESSAGING_SEARCH_PAGE_SIZE', 20),
|
||||
|
||||
Reference in New Issue
Block a user