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
{{ message }}
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
I renamed some peers (“justin” -> “justin-mobile” and “justin-alt” -> “justin-desktop”) using orb, and when it sync’d over to Subconscious the UI presented the old names as the primary display name and presented the new ones as “aka …”, which violated my expectation that the new name would be the ones I use henceforth.
Fixes#866
Instead of trying to manually invalidate the cache we can simply store
the version (`Cid`) as a cache key. Assuming my Noosphere fundamentals
are correct, we should never observe a change in address books or user
profiles without out own sphere version changing - incredibly
convenient.
I removed any references to manual cache invalidation since we're using
this method in the only two in-memory caches that exist so far.
I renamed some peers (“justin” -> “justin-mobile” and “justin-alt” -> “justin-desktop”) using
orb
, and when it sync’d over to Subconscious the UI presented the old names as the primary display name and presented the new ones as “aka …”, which violated my expectation that the new name would be the ones I use henceforth.Related history from
orb
:The text was updated successfully, but these errors were encountered: