Refactored PrettyMetadata class.

Trying basic Hipchat poster without links (unfortunately not allowed to use <div>s).
This commit is contained in:
greg.gaskill 2016-07-12 17:13:54 -04:00
parent 6d9ef8bbc3
commit 809f120db0
2 changed files with 107 additions and 88 deletions

View file

@ -215,6 +215,9 @@ _CONFIG_DEFINITIONS = {
'HIPCHAT_URL': (str, 'Hipchat', ''),
'HIPCHAT_COLOR': (str, 'Hipchat', ''),
'HIPCHAT_INCL_SUBJECT': (int, 'Hipchat', 1),
'HIPCHAT_FROM_SUBJECT': (int, 'Hipchat', 0),
'HIPCHAT_INCL_PMSLINK': (int, 'Hipchat', 0),
'HIPCHAT_INCL_POSTER': (int, 'Hipchat', 0),
'HIPCHAT_EMOTICON': (str, 'Hipchat', ''),
'HIPCHAT_ENABLED': (int, 'Hipchat', 0),
'HIPCHAT_ON_PLAY': (int, 'Hipchat', 0),