mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
feat: Business hour Inbox APIs (#1821)
* feat: Business hour Inbox APIs
This commit is contained in:
@@ -3,11 +3,6 @@ module Current
|
||||
thread_mattr_accessor :account
|
||||
thread_mattr_accessor :account_user
|
||||
|
||||
def account=(account)
|
||||
super
|
||||
Time.zone = account.timezone
|
||||
end
|
||||
|
||||
def self.reset
|
||||
Current.user = nil
|
||||
Current.account = nil
|
||||
|
||||
Reference in New Issue
Block a user