Update keyboardContext.tsx

This commit is contained in:
Arjun Patel
2022-01-23 21:53:45 -08:00
parent 246f2e3c9c
commit 394d4ad50f
+1 -1
View File
@@ -435,7 +435,7 @@ export default function KeyboardContextProvider({ children }) {
console.log("playing from this cache");
// wait for x changes, and then break adding to the queue...I want to hear the past loop of conversation maybe
const maxConvoChanges: number = 2;
const maxConvoChanges: number = 1;
var convoChangeCount: number = 0;
var currTalkerId = arrayMessagesforUser[0].senderUserId;