Feature: Support account/inbox specific webhooks (#562)
This commit is contained in:
@@ -23,7 +23,7 @@ RSpec.describe Inbox do
|
||||
it { is_expected.to have_many(:conversations).dependent(:destroy) }
|
||||
|
||||
it { is_expected.to have_many(:messages).through(:conversations) }
|
||||
it { is_expected.to have_one(:webhook) }
|
||||
it { is_expected.to have_many(:webhooks).dependent(:destroy) }
|
||||
end
|
||||
|
||||
describe '#add_member' do
|
||||
|
||||
Reference in New Issue
Block a user