Exclude suggested topics from topic view web hook
This commit is contained in:
parent
d9ac0152e4
commit
96867743c8
|
@ -10,6 +10,7 @@ class WebHookTopicViewSerializer < TopicViewSerializer
|
|||
draft_key
|
||||
draft_sequence
|
||||
message_bus_last_id
|
||||
suggested_topics
|
||||
}.each do |attr|
|
||||
define_method("include_#{attr}?") do
|
||||
false
|
||||
|
|
Loading…
Reference in New Issue