diff --git a/index.js b/index.js index c52faf1..4fe2bb1 100644 --- a/index.js +++ b/index.js @@ -569,6 +569,10 @@ function render(opts, c) return ' created an issue' else if (c.type == 'git-update') return ' did a git update' + else if (c.type == 'ssb-dns') + return ' updated dns' + else if (c.type == 'pub') + return ' connected to a pub' else return renderDefault(c) }