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:
parent
d4432bae7a
commit
5333b1c8d8
@ -1,7 +1,8 @@
|
|||||||
accessing
|
accessing
|
||||||
reStoreDefinition
|
reStoreDefinition
|
||||||
^ super reStoreDefinition
|
^ super reStoreDefinition
|
||||||
defineAsID: #id;
|
"defineAsID: #id;"
|
||||||
|
define: #id as: String;
|
||||||
define: #userName as: String;
|
define: #userName as: String;
|
||||||
define: #profileImageUrl as: String;
|
define: #profileImageUrl as: String;
|
||||||
define: #profileBio as: String;
|
define: #profileBio as: String;
|
||||||
|
Loading…
Reference in New Issue
Block a user