Feature: Support account/inbox specific webhooks (#562)
This commit is contained in:
@@ -110,4 +110,12 @@ class User < ApplicationRecord
|
||||
avatar_url: avatar_url
|
||||
}
|
||||
end
|
||||
|
||||
def webhook_data
|
||||
{
|
||||
id: id,
|
||||
name: name,
|
||||
email: email
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user