In reality a single user identity can change of IDs and or @names. This change prepares the changes to model that.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-06-15 18:18:59 -05:00
parent d4432bae7a
commit 5333b1c8d8
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
accessing
reStoreDefinition
^ super reStoreDefinition
defineAsID: #id;
"defineAsID: #id;"
define: #id as: String;
define: #userName as: String;
define: #profileImageUrl as: String;
define: #profileBio as: String;