diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-01-02 13:01:47 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-01-02 13:01:47 -1000 |
commit | 081f331f7948b2cba69f26501dd28c2f7f754192 (patch) | |
tree | 01a6b83056a51b788049b6e0ccac1ff39f665a3f | |
parent | f946f21902eebc305b3acb0ca012b11879d41f7f (diff) | |
download | patchfoo-081f331f7948b2cba69f26501dd28c2f7f754192.tar.gz patchfoo-081f331f7948b2cba69f26501dd28c2f7f754192.zip |
Don't show duplicate channel
-rw-r--r-- | lib/render-msg.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/render-msg.js b/lib/render-msg.js index 1093710..7794382 100644 --- a/lib/render-msg.js +++ b/lib/render-msg.js @@ -547,6 +547,7 @@ function dateTime(d) { // TODO: make more DRY var knownAboutProps = { + channel: true, type: true, root: true, branch: true, |