2022-04-14 22:40:41 +00:00
|
|
|
accessing
|
|
|
|
messages
|
2022-05-04 12:27:25 +00:00
|
|
|
messages ifNil: [ ^ messages := TweetsCollection new ].
|
2022-05-15 00:39:21 +00:00
|
|
|
self config isEmpty ifTrue: [ ^ messages ].
|
2022-05-04 12:27:25 +00:00
|
|
|
^ messages select: [ :message | message created between: self reportingPeriod start and: self reportingPeriod end ]
|