handle dns & pub messages
This commit is contained in:
@@ -569,6 +569,10 @@ function render(opts, c)
|
|||||||
return ' created an issue'
|
return ' created an issue'
|
||||||
else if (c.type == 'git-update')
|
else if (c.type == 'git-update')
|
||||||
return ' did a 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
|
else
|
||||||
return renderDefault(c)
|
return renderDefault(c)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user