feat: Add agent_reply_time_window in API channels (#4857)

This commit is contained in:
Pranav Raj S
2022-06-14 18:05:37 +05:30
committed by GitHub
parent f0db8545cb
commit 1bb0371c1d
10 changed files with 116 additions and 36 deletions

View File

@@ -6,7 +6,7 @@ module Channelable
has_one :inbox, as: :channel, dependent: :destroy_async
end
def has_24_hour_messaging_window?
def messaging_window_enabled?
false
end
end