You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Tweet object only tracks retweets via a boolean is_retweet field, while tracking the paper the retweet mentions. In an optimal world we'd likely want to keep track of the original tweet as well. This just involves adding a foreign key in Tweet to Tweet.
The text was updated successfully, but these errors were encountered:
The Tweet object only tracks retweets via a boolean
is_retweet
field, while tracking the paper the retweet mentions. In an optimal world we'd likely want to keep track of the original tweet as well. This just involves adding a foreign key in Tweet to Tweet.The text was updated successfully, but these errors were encountered: