Modifying nitter user for mustache template.

This commit is contained in:
ruidajo 2022-04-27 15:38:10 -05:00
parent ad26072420
commit d2d0f739a8
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,13 @@
accessing
asDictionary
| tweets |
tweets := self messages.
^ { 'profile-card-avatar' -> self profileImageFile fullName.
'profile-card-fullname' -> self name .
'profile-card-username' -> self userName .
'profile-bio' -> self profileBio } asDictionary
'profile-bio' -> self profileBio.
'messages-size' -> tweets size.
'messages-newest' -> tweets newest created asDate greaseString.
'messages-oldest' -> tweets oldest created asDate greaseString
} asDictionary