mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 08:00:01 +08:00
5 lines
182 B
Ruby
5 lines
182 B
Ruby
# frozen_string_literal: true
|
|
|
|
class WebHookGroupSerializer < BasicGroupSerializer
|
|
%i[is_group_user is_group_owner].each { |attr| define_method("include_#{attr}?") { false } }
|
|
end
|