diff --git a/Socialmetrica.package/TweetsCollection.class/instance/store.st b/Socialmetrica.package/TweetsCollection.class/instance/store.st index 6cc1b0f..eb3cf55 100644 --- a/Socialmetrica.package/TweetsCollection.class/instance/store.st +++ b/Socialmetrica.package/TweetsCollection.class/instance/store.st @@ -1,4 +1,9 @@ accessing store ReStore isConnected ifFalse: [ self class storeDB]. "Starting the ReStore singleton." - self tweets do: [:each | ReStore evaluateAsTransaction: [ each store ] ]. \ No newline at end of file + self tweets do: [:each | + ReStore evaluateAsTransaction: [ + each store. + "each user isInDB? ifFalse: [ each user store ]" + ] + ]. \ No newline at end of file