Feature: Slack integration (#783)
- Integrations architecture - Slack integration
This commit is contained in:
@@ -7,6 +7,7 @@ FactoryBot.define do
|
||||
user_last_seen_at { Time.current }
|
||||
agent_last_seen_at { Time.current }
|
||||
locked { false }
|
||||
identifier { SecureRandom.hex }
|
||||
|
||||
after(:build) do |conversation|
|
||||
conversation.account ||= create(:account)
|
||||
|
||||
Reference in New Issue
Block a user