a demonstration replicated social networking web app built with anproto wiredove.net/
social ed25519 protocols

Route home after share composer opens

+4
+4
route.js
··· 121 121 } 122 122 }, 0) 123 123 history.replaceState(null, '', '#') 124 + if (typeof window.onhashchange === 'function') { 125 + window.onhashchange() 126 + } 127 + return 124 128 } 125 129 } 126 130