Merge 7717f00185
This commit is contained in:
commit
7fa248e4fa
@ -0,0 +1,11 @@
|
|||||||
|
accessing
|
||||||
|
updatedTweets
|
||||||
|
| currentTweetsPage response nextPageCursor |
|
||||||
|
|
||||||
|
currentTweetsPage := self collectRawTweetsFrom: self userNameLinkWithReplies upToPage: 2.
|
||||||
|
[ (currentTweetsPage collect: [ :tweet | tweet id ]) includes: self newestTweet id ] whileFalse: [
|
||||||
|
response addAll: currentTweetsPage.
|
||||||
|
nextPageCursor := currentTweetsPage nextCursor.
|
||||||
|
currentTweetsPage := self collectRawTweetsFrom: nextPageCursor upToPage: 2.
|
||||||
|
].
|
||||||
|
^ response
|
Loading…
Reference in New Issue
Block a user