diff --git a/bots/zephyr_mirror.py b/bots/zephyr_mirror.py index f721a9c..7419f99 100755 --- a/bots/zephyr_mirror.py +++ b/bots/zephyr_mirror.py @@ -266,6 +266,8 @@ def process_notice(notice, log): 'subject' : instance, 'zsig' : zsig, # logged here but not used by app 'content' : body } + if zeph["subject"] == "": + zeph["subject"] = "personal" # Add instances in for instanced personals if zeph['type'] == "personal" and instance != "personal":