tangled
alpha
login
or
join now
evbogue.com
/
wiredove
1
fork
atom
a demonstration replicated social networking web app built with anproto
wiredove.net/
social
ed25519
protocols
1
fork
atom
overview
issues
pulls
pipelines
author as notification title
Everett Bogue
2 months ago
6a70dc8a
b32a525e
+1
-1
1 changed file
expand all
collapse all
unified
split
notifications_server.js
+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
117
-
return `${authorLabel} on Wiredove`
117
117
+
return authorLabel
118
118
}
119
119
120
120
function formatPushBody(body) {