1. Manage fields on “Legacy Business Tweets” media type
  2. Add “Tweet Text” field, type Text (plain, long)
  3. Edit “Legacy Business Tweets” media type, mapping “This tweet content” to the new “Tweet Text” field
  4. In the key_value table in the database, edit the value of the record with the name media_entity_twitter_hashtag_pull.legacy_business_tweets in the state collection to be i:1495216297239478272;
  5. Edit media view, removing the content filter and save the view
  6. Delete any tweets more recent than the tweet with the above ID. (They should all be retweets that wouldn’t have been visible anyway.)
  7. Run cron and ensure the new tweets are pulled
  8. In the media view, remove the “Content” field and add the “Tweet Text” field with the label “Content” in its place
  9. Copy “Content” of tweets missing their content to their “Tweet Text” fields
  10. Edit the view again creating a filter on the Tweet Text field for “Does not contain” RT @
  11. Save the view
  12. Edit the “Social Wall” view
  13. Delete the Content field filter
  14. Create a filter on the Tweet Text field for “Does not contain” RT @
  15. Save the view