Fixed variable name.

pull/169/head
Mikunj 6 years ago
parent 926362f88a
commit e3c0f2147a

@ -162,7 +162,7 @@
// Online status handling // Online status handling
this.set({ isOnline: lokiP2pAPI.isOnline(this.id) }); this.set({ isOnline: lokiP2pAPI.isOnline(this.id) });
this.jobQueue = new JobQueue(); this.messageSendQueue = new JobQueue();
}, },
isMe() { isMe() {
@ -1018,7 +1018,7 @@
`conversation ${this.idForLogging()}` `conversation ${this.idForLogging()}`
); );
return this.jobQueue.add(taskWithTimeout); return this.messageSendQueue.add(taskWithTimeout);
}, },
getRecipients() { getRecipients() {

Loading…
Cancel
Save