You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: