2022-04-14 22:40:41 +00:00
|
|
|
accessing
|
|
|
|
tweets
|
2022-04-15 19:35:11 +00:00
|
|
|
self messages messages ifEmpty: [ self getMessages ].
|
2022-04-14 22:40:41 +00:00
|
|
|
^ TweetsCollection new
|
2022-04-15 01:27:26 +00:00
|
|
|
messages: (self messages messages select: [ :each | each authorId = self id ]);
|
2022-04-14 22:40:41 +00:00
|
|
|
yourself
|