Socialmetrica/Socialmetrica.package/Tweet.class/instance/fixProfileImageUrlForSubdomain..st

8 lines
196 B
Smalltalk
Raw Normal View History

2023-07-27 17:41:04 +00:00
accessing
fixProfileImageUrlForSubdomain: aSubdomain
(self user profileImageUrl includesSubstring: aSubdomain)
ifTrue: [
self user refreshProfileImageUrl.
self user downloadProfileImage.
]