Socialmetrica/Socialmetrica.package/Tweet.class/instance/fixProfileImageUrlForSubdom...

8 lines
196 B
Smalltalk

accessing
fixProfileImageUrlForSubdomain: aSubdomain
(self user profileImageUrl includesSubstring: aSubdomain)
ifTrue: [
self user refreshProfileImageUrl.
self user downloadProfileImage.
]