Feature: Support account/inbox specific webhooks (#562)
This commit is contained in:
@@ -60,6 +60,13 @@ class Account < ApplicationRecord
|
||||
}
|
||||
end
|
||||
|
||||
def webhook_data
|
||||
{
|
||||
id: id,
|
||||
name: name
|
||||
}
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def create_subscription
|
||||
|
||||
Reference in New Issue
Block a user