From 6f8012c859021fc88abba8e56756e58d44f334dd Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 20 Oct 2014 12:19:25 +0200 Subject: Removed unused values from the mails response --- service/pixelated/controllers/mails_controller.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'service/pixelated/controllers') diff --git a/service/pixelated/controllers/mails_controller.py b/service/pixelated/controllers/mails_controller.py index ba8cbba1..b039495f 100644 --- a/service/pixelated/controllers/mails_controller.py +++ b/service/pixelated/controllers/mails_controller.py @@ -35,9 +35,6 @@ class MailsController: response = { "stats": { "total": total, - "read": 0, - "starred": 0, - "replied": 0 }, "mails": [mail.as_dict() for mail in mails] } -- cgit v1.2.3