Feed cursor pagination (#49)
* Expose promoted tweets in feed output * Add cursor-based feed pagination output
This commit is contained in:
@@ -39,6 +39,7 @@ def tweet_factory():
|
||||
article_title=overrides.pop("article_title", None),
|
||||
article_text=overrides.pop("article_text", None),
|
||||
is_subscriber_only=overrides.pop("is_subscriber_only", False),
|
||||
is_promoted=overrides.pop("is_promoted", False),
|
||||
)
|
||||
|
||||
return _make_tweet
|
||||
|
||||
Reference in New Issue
Block a user