mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-09-19 13:58:56 +00:00
Fix error for disconnected users
This commit is contained in:
@@ -903,6 +903,7 @@ ComunicWeb.components.posts.ui = {
|
|||||||
ComunicWeb.components.comments.ui.display(info.comments, info.ID, postRoot);
|
ComunicWeb.components.comments.ui.display(info.comments, info.ID, postRoot);
|
||||||
|
|
||||||
// Register for post updates
|
// Register for post updates
|
||||||
|
if(UserWebSocket.IsConnected)
|
||||||
PostsInterface.register(info.ID);
|
PostsInterface.register(info.ID);
|
||||||
|
|
||||||
// Auto-unregister when the post goes out of scope
|
// Auto-unregister when the post goes out of scope
|
||||||
|
Reference in New Issue
Block a user