Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix issue with streaming tweets loading extended_tweet data
Browse files Browse the repository at this point in the history
assigns each node in the extended_tweets dict
to the top-level node
tweet[extended_tweet][entities] > tweet[entities]
for example. this fixes an issue where tweets
were not being fully hydrated from the streaming
apis.

close issue #506; close issue #491
  • Loading branch information
jeremylow committed Mar 10, 2018
1 parent d3ab207 commit 564e6bb
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 0 deletions.
Loading

0 comments on commit 564e6bb

Please sign in to comment.