From b229b307d63f1c8f2f554f38623e9157a742b1ad Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 12 Oct 2012 10:49:24 -0400 Subject: [PATCH] Revert "zephyr_mirror: Truncate stream names to 30 characters." This reverts commit 9973168227896dc8f1dc061b7970a503565856bf. In theory, we should never be subscribed to receive such messages anyway. (imported from commit ff52eaa3285283750b4d7dc3b3a12c2d766514ac) --- zephyr_mirror.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/zephyr_mirror.py b/zephyr_mirror.py index dce262a..d992029 100644 --- a/zephyr_mirror.py +++ b/zephyr_mirror.py @@ -73,8 +73,6 @@ def send_humbug(zeph): zeph['shortname'] = zeph['sender'].split('@')[0] if "subject" in zeph: zeph["subject"] = zeph["subject"][:60] - if "stream" in zeph: - zeph["stream"] = zeph["stream"][:30] for key in zeph.keys(): if isinstance(zeph[key], unicode):