|
|
@@ -245,10 +245,8 @@ public class imdialog extends Controller {
|
|
|
for (long userid : getImDialogUserIds(timdialogid)) {
|
|
|
if (parameter.websocketClients.containsKey(userid)) {
|
|
|
JSONObject methodobject = new JSONObject();
|
|
|
- methodobject.put("type", "callmethod");
|
|
|
- methodobject.put("classname", "system.im.imdialog.imdialog");
|
|
|
- methodobject.put("method", "querySubject");
|
|
|
- methodobject.put("dataid", timsubjectid);
|
|
|
+ methodobject.put("type", "reflashimdialog");
|
|
|
+ methodobject.put("timdialogid", timdialogid);
|
|
|
for (WebClientSocket webClientSocket : parameter.websocketClients.get(userid).values()) {
|
|
|
webClientSocket.sendSystemMessage(methodobject);
|
|
|
}
|