3 lines
151 B
Smalltalk
3 lines
151 B
Smalltalk
|
accessing
|
||
|
oldestTweetPageCursor
|
||
|
^ (self oldestTweet metadata select: [ :item | item isString and: [ item beginsWith: 'https://' ]]) values first value
|