From c855907f5943260a2b9740948a33f4170f3dda62 Mon Sep 17 00:00:00 2001
From: Sarven Capadisli <csarven@status.net>
Date: Thu, 10 Dec 2009 14:29:27 +0100
Subject: [PATCH] Calling NewDirectMessage

---
 js/util.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/js/util.js b/js/util.js
index 60865d3520..66d66c1547 100644
--- a/js/util.js
+++ b/js/util.js
@@ -463,6 +463,8 @@ var SN = { // StatusNet
                 $('.form_group_join').each(function() { SN.U.FormXHR($(this)); });
                 $('.form_group_leave').each(function() { SN.U.FormXHR($(this)); });
                 $('.form_user_nudge').each(function() { SN.U.FormXHR($(this)); });
+
+                SN.U.NewDirectMessage();
             }
         }
     }
-- 
2.39.5