mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
last poster is visible, slugify check for latin #777
This commit is contained in:
@@ -642,6 +642,8 @@ define(['composer'], function(composer) {
|
||||
}
|
||||
}
|
||||
|
||||
socket.emit('topics.markAsRead', {tid: tid, uid: app.uid});
|
||||
|
||||
createNewPosts(data);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user