Tweet user bug fix.

This commit is contained in:
ruidajo 2022-04-20 14:56:08 -05:00
parent 1e06d16801
commit e840f733fe
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
accessing
user
self user ifNotNil: [ ^ self user ].
^ self userFromId: authorId
user ifNotNil: [ ^ user ].
^ self userFromId: self authorId