1 parent 89d216c commit b4af9eeCopy full SHA for b4af9ee
1 file changed
html/chat-room/chat-room.html
@@ -209,7 +209,9 @@
209
return;
210
}
211
212
- post.update.initial();
+ if(result){
213
+ post.update.initial();
214
+ }
215
216
}//exit
217
0 commit comments