5 lines
280 B
Smalltalk
5 lines
280 B
Smalltalk
accessing
|
|
timelines
|
|
"A dictionary of several the timelines where this tweet appears.
|
|
The key is the user's timeline and the value is the message id before this particular message appears in such user's timeline."
|
|
^ self metadata at: 'timelines' ifAbsentPut: [ Dictionary new ]. |