diff options
author | cel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519> | 2020-03-25 20:36:42 -0400 |
---|---|---|
committer | cel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519> | 2020-03-28 13:55:47 -0400 |
commit | 8044862dc44f6baa725154c762e69b2dfc8c6f95 (patch) | |
tree | a6902a9067f2a938248608d4e4334cc77b8b3160 /lib | |
parent | b5bd144e5f96aa2d43f0f8d60e6896c7426fcc74 (diff) | |
download | patchfoo-8044862dc44f6baa725154c762e69b2dfc8c6f95.tar.gz patchfoo-8044862dc44f6baa725154c762e69b2dfc8c6f95.zip |
about: don't list mentions
Diffstat (limited to 'lib')
-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 6cc9f24..991204d 100644 --- a/lib/render-msg.js +++ b/lib/render-msg.js @@ -626,6 +626,7 @@ function dateTime(d) { // TODO: make more DRY var knownAboutProps = { + mentions: true, channel: true, type: true, root: true, |