Commit dd5c82b06c5cfb2c717fd3b9a9598d789092587c
handle dns & pub messages
Anders Rune Jensen committed on 4/15/2017, 11:23:33 AMParent: b297b362d0c731be395de001bbb7ed5d9994f8c4
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -568,8 +568,12 @@ | |||
568 | 568 … | else if (c.type == 'issue') | |
569 | 569 … | return ' created an issue' | |
570 | 570 … | else if (c.type == 'git-update') | |
571 | 571 … | 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' | ||
572 | 576 … | else | |
573 | 577 … | return renderDefault(c) | |
574 | 578 … | } | |
575 | 579 … |
Built with git-ssb-web