martindale / melody

simple publishing platform
MIT License
1 stars 5 forks source link

Author Names Fail To Display #12

Open martindale opened 8 years ago

martindale commented 8 years ago

When writing anything other than the very first post on a melody instance, martindale/maki#119 is encountered and author names fail to display. If the user clears their local datastore (by deleting the melody IndexedDB database), the usernames do in fact display correctly (since the local state is then synchronized with the edge node).

Easy fix is to always synchronize with the remote datastore (probably in <maki-datastore></maki-datastore>?).

Correct fix is to solve martindale/maki#119.