Skip to content

Commit

Permalink
add conversation history stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Jan 28, 2024
1 parent 634e8b6 commit 6e0bd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/full.js
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ function setupAddressModal() {
updateAddressModal(address)

// TODO: load recent conversations associated with address
// messages = fetchConversationHistory(__subscriberId, address.id)
// messages = await fetchConversationHistory(__subscriberId, address.id)
// renderConversationHistory(messages)
})

Expand Down

0 comments on commit 6e0bd8d

Please sign in to comment.