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

author as notification title

+1 -1
+1 -1
notifications_server.js
··· 114 114 115 115 function formatPushTitle(name, author) { 116 116 const authorLabel = name || (author ? author.substring(0, 10) : 'Someone') 117 - return `${authorLabel} on Wiredove` 117 + return authorLabel 118 118 } 119 119 120 120 function formatPushBody(body) {