From 93beeec8ceb8cb62c1da3ae5239e4299ebf3dc50 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Sat, 30 Jul 2016 20:48:09 +0300 Subject: Add a config value to hide URLs --- config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index eba5b61..a6f76e6 100644 --- a/config.py +++ b/config.py @@ -67,4 +67,8 @@ conf.registerGlobalValue(Github, 'allowArbitraryMessages', registry.Boolean(False, """Whether to allow parsing and showing arbitrary messages sent by a client""")) +conf.registerGlobalValue(Github, 'hideURL', + registry.Boolean(False, + """Whether to not display the URLs of actions""")) + # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3