mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Activate Websocket and add browser console logging
This commit is contained in:
@@ -298,11 +298,6 @@ export function handleCommentChange(
|
||||
notificationShown = true;
|
||||
};
|
||||
|
||||
console.log('root.me', root.me);
|
||||
console.log('comment.status_history', comment.status_history);
|
||||
|
||||
debugger;
|
||||
|
||||
Object.keys(queueConfig).forEach(queue => {
|
||||
// Comment should be placed in queue.
|
||||
if (nextQueues.indexOf(queue) >= 0) {
|
||||
|
||||
Reference in New Issue
Block a user