Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created February 26, 2020 16:00
Show Gist options
  • Save astrotars/77ad7b20a79777420b0451bad231179c to your computer and use it in GitHub Desktop.
Save astrotars/77ad7b20a79777420b0451bad231179c to your computer and use it in GitHub Desktop.
async function initializeClient() {
// [...]
channel.state.messages.forEach(message => {
appendMessage(message);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment