thaliproject / postcardapp

A sample app to demonstrate how to build Thali applications
MIT License
22 stars 5 forks source link

Previously synced postcards should update 'from' after Identity Exchange #74

Closed deadlyfingers closed 8 years ago

deadlyfingers commented 8 years ago

After identity exchange older postcards don't get updated with the trusted 'from' property as we only refresh the card changes. So the entire list of postcards would need refreshed after an identity exchange.

deadlyfingers commented 8 years ago

I intend to hook 'addressbook' db to changes event in order to refresh the current page view.