Fixing methods for peding information.
This commit is contained in:
parent
635dc71ab5
commit
6e69fa5b3a
@ -0,0 +1,4 @@
|
||||
accessing
|
||||
refreshProfileImageUrl
|
||||
self profileImageUrl: nil.
|
||||
self profileImageUrl
|
@ -0,0 +1,8 @@
|
||||
accessing
|
||||
fixProfileImageUrlForSubdomain: aSubdomain
|
||||
|
||||
(self user profileImageUrl includesSubstring: aSubdomain)
|
||||
ifTrue: [
|
||||
self user refreshProfileImageUrl.
|
||||
self user downloadProfileImage.
|
||||
]
|
Loading…
Reference in New Issue
Block a user