Feat: twitter image support (#4429)

This commit is contained in:
Tejaswini Chile
2022-04-13 01:29:51 +05:30
committed by GitHub
parent 923b4637db
commit a6b119d187
4 changed files with 143 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ class Twitter::WebhookSubscribeService
def register_webhook
register_response = twitter_client.register_webhook(url: twitter_url)
Rails.logger.info "TWITTER_UNREGISTER_WEBHOOK: #{register_response.body}"
Rails.logger.info "TWITTER_REGISTER_WEBHOOK: #{register_response.body}"
end
def subscription?