Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mischa-hildebrand/c7eba3d8aae75e286e291161617de44a to your computer and use it in GitHub Desktop.
Save mischa-hildebrand/c7eba3d8aae75e286e291161617de44a to your computer and use it in GitHub Desktop.
Messages Property
private var messages: [Message] {
return dataStore.messagesForConversation(with: userId)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment