Clicking on "Repos dug" from my git-ssb profile page causes git ssb web server to crash.
%cWa7cA0dmsGILKjUZjUlz7npQYnCpGx7zNITounX+HE=.sha256
Clicking on "Repos dug" from my git-ssb profile page causes git ssb web
server to crash.
/Users/jessykate/.nvm/versions/node/v7.3.0/lib/node_modules/git-ssb/node_modules/git-ssb-web/lib/users.js:125
if (destMsg.content.type != 'git-repo') return cb()
^
TypeError: Cannot read property 'type' of undefined
at GitSSBWeb.<anonymous> (/Users/jessykate/.nvm/versions/node/v7.3.0/lib/node_modules/git-ssb/node_modules/git-ssb-web/lib/users.js:125:28)
at /Users/jessykate/.nvm/versions/node/v7.3.0/lib/node_modules/git-ssb/node_modules/asyncmemo/index.js:21:14
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
ugh unicode... doh.
reproduced. fixing...
Fix error
fixed in git-ssb-web v2.7.2
git-ssb-web v2.7.2
also changed the user repos list to show all repos a user has pushed to, not just the first 20 (TODO: pagination). cc @noffle
Built with git-ssb-web