git ssb

9+

cel / ssb-viewer



Commit dd5c82b06c5cfb2c717fd3b9a9598d789092587c

handle dns & pub messages

Anders Rune Jensen committed on 4/15/2017, 11:23:33 AM
Parent: b297b362d0c731be395de001bbb7ed5d9994f8c4

Files changed

index.jschanged
index.jsView
@@ -568,8 +568,12 @@
568568 else if (c.type == 'issue')
569569 return ' created an issue'
570570 else if (c.type == 'git-update')
571571 return ' did a git update'
572 + else if (c.type == 'ssb-dns')
573 + return ' updated dns'
574 + else if (c.type == 'pub')
575 + return ' connected to a pub'
572576 else
573577 return renderDefault(c)
574578 }
575579

Built with git-ssb-web