A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Check for webnative presence, not wnfs

+1 -1
+1 -1
src/Javascript/Brain/user.js
··· 104 104 105 105 106 106 function fission() { 107 - if (!wnfs) { 107 + if (!wn) { 108 108 importScripts("vendor/webnative.min.js") 109 109 importScripts("vendor/ipfs-message-port-client.min.js") 110 110