mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 00:48:45 +08:00
![Vinoth Kannan](/assets/img/avatar_default.png)
Whenever a group is added or removed from a group a webhook event will get triggered if it's active.
7 lines
138 B
Ruby
7 lines
138 B
Ruby
# frozen_string_literal: true
|
|
|
|
class WebHookGroupUserSerializer < BasicGroupUserSerializer
|
|
attributes :id,
|
|
:created_at
|
|
end
|