Feat: Manage conversation for tweets based on the tweet flag (#3353)
Add tweet conversation only if tweets are enabled. Fixes #1961
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
class Webhooks::Twitter
|
||||
SUPPORTED_EVENTS = [:direct_message_events, :tweet_create_events].freeze
|
||||
EDITABLE_ATTRS = [:tweets_enabled].freeze
|
||||
|
||||
attr_accessor :params, :account
|
||||
|
||||
|
||||
Reference in New Issue
Block a user