[minor] communication, webnotes/erpnext#790
diff --git a/home/__init__.py b/home/__init__.py
index 0861798..9667efd 100644
--- a/home/__init__.py
+++ b/home/__init__.py
@@ -88,5 +88,4 @@
 	if method in ['on_update', 'on_submit']:
 		subject, color = feed_dict.get(doc.doctype, [None, None])
 		if subject:
-			from webnotes.utils import encode_dict
-			make_feed('', doc.doctype, doc.name, doc.owner, subject % encode_dict(doc.fields.copy()), color)
+			make_feed('', doc.doctype, doc.name, doc.owner, subject % doc.fields, color)