|
|
@@ -86,6 +86,7 @@ public class message extends Controller {
|
|
|
sendfromObject.put("userid", userid);
|
|
|
sendfromObject.put("siteid", siteid);
|
|
|
sendfromObject.put("username", username);
|
|
|
+ sendfromObject.put("headpic", getHeadPic(userid));
|
|
|
messageObject.put("sendfrom", sendfromObject);
|
|
|
messageObject.put("data", getAttachmentUrl(tattachmentid));
|
|
|
|
|
|
@@ -125,6 +126,7 @@ public class message extends Controller {
|
|
|
sendfromObject.put("userid", userid);
|
|
|
sendfromObject.put("siteid", siteid);
|
|
|
sendfromObject.put("username", username);
|
|
|
+ sendfromObject.put("headpic", getHeadPic(userid));
|
|
|
messageObject.put("sendfrom", sendfromObject);
|
|
|
|
|
|
JSONObject msgObject = new JSONObject();
|