2022-04-18 22:29:09 +00:00
|
|
|
accessing
|
|
|
|
replies
|
|
|
|
|
|
|
|
self messages ifEmpty: [ self getMessages ].
|
|
|
|
^ TweetsCollection new
|
2022-05-15 18:56:39 +00:00
|
|
|
messages: (self tweets select: [ :each | (each metadata at: 'replie to') isNotEmpty]);
|
2022-04-18 22:29:09 +00:00
|
|
|
yourself
|