Creating quotes filtering for nitter user messages.
This commit is contained in:
parent
3a58d281e2
commit
29c6deb617
@ -0,0 +1,7 @@
|
||||
accessing
|
||||
quotes
|
||||
|
||||
self messages ifEmpty: [ self getMessages ].
|
||||
^ TweetsCollection new
|
||||
messages: (self messages messages select: [ :each | (each metadata at: 'quote') isNotEmpty ]);
|
||||
yourself
|
Loading…
Reference in New Issue
Block a user