Fixing methods for peding information.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-07-27 12:41:04 -05:00
parent 635dc71ab5
commit 6e69fa5b3a
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
accessing
refreshProfileImageUrl
self profileImageUrl: nil.
self profileImageUrl

View File

@ -0,0 +1,8 @@
accessing
fixProfileImageUrlForSubdomain: aSubdomain
(self user profileImageUrl includesSubstring: aSubdomain)
ifTrue: [
self user refreshProfileImageUrl.
self user downloadProfileImage.
]