Progress on DMs

Progress on DMs
This commit is contained in:
mgabdev
2020-12-19 01:33:33 -05:00
parent 47cd60f851
commit 7ec426e3d8
38 changed files with 447 additions and 197 deletions

View File

@@ -27,7 +27,7 @@ class ChatConversationAccount < ApplicationRecord
EXPIRATION_POLICY_MAP = {
none: nil,
five_minutes: '1',
sixty_minutes: '2',
one_hour: '2',
six_hours: '3',
one_day: '4',
three_days: '5',