thaliproject / postcardapp

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

Refresh iron-list 'from' value #110

Closed deadlyfingers closed 8 years ago

deadlyfingers commented 8 years ago

After doing identity exchange or changing username the iron-list 'from' values need to be refreshed. These update once you scroll or update the items in the list but it should also update automatically.

deadlyfingers commented 8 years ago

Related to issue #111

deadlyfingers commented 8 years ago

While changing username updates on the device itself, the postcards on another peer may not update the username until their list of postcards is refreshed, or until a postcard is updated or a new postcard is sent. This is because address book changes are done locally and therefore this change event won't get pushed over socket.io. But if this isn't a big deal then we could close this issue.