We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20f653 commit 1d793a3Copy full SHA for 1d793a3
src/main/java/temp_persistence/UserDatabase.java
@@ -46,6 +46,6 @@ public ArrayList<Message> getConversationHistory(ConvHistDsRequestModel dsReques
46
// Find chat under specified User
47
Chat chat = temp_accounts.get(userID).getChats().get(chatID);
48
49
- return Chat.getConversationHistory();
+ return chat.getConversationHistory();
50
}
51
0 commit comments