Skip to content

Conversation

@thewheat
Copy link
Contributor

@thewheat thewheat commented Oct 9, 2018

Why?

Current code does not support marking a conversation as read

How?

Add appropriate function all.

Unsure if having a ConversationRead class would be best here so open to feedback

@choran choran added the java label Oct 15, 2018
@SuppressWarnings("UnusedDeclaration")
@JsonIgnoreProperties(ignoreUnknown = true)
@JsonInclude(JsonInclude.Include.NON_EMPTY)
public class ConversationRead extends TypedData {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can probably make this a private nested class in Conversation class so it's not exposed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Updated

@thewheat thewheat force-pushed the timlim/add-conversation-read branch from 8f28f30 to aec966a Compare October 26, 2018 12:53
@thewheat thewheat force-pushed the timlim/add-conversation-read branch from aec966a to 8f63dda Compare October 26, 2018 12:54
Copy link
Member

@choran choran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@choran choran merged commit 7085e8f into master Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants