-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update chat message materialisation fields #266
Conversation
textile/chat-features.textile
Outdated
** @(CHA-M10b)@ This clause has been deleted. | ||
** @(CHA-M10c)@ This clause has been deleted. | ||
** @(CHA-M10d)@ This clause has been deleted. | ||
** @(CHA-M10e)@ @[Testable]@ To sort @Message@ @versions@ of the same @Message@ (instances with the same @serial@) in global order, sort @Message@ instances lexicographically by their @version@ property. Higher @version@ means newer. Lower means older. Equal means it is the same version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would split this into subpoints, e.g.
CHA-M10e1: Two messages are equal if...
e2: A message is newer than another if...
etc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
d9ed087
to
c936afe
Compare
textile/chat-features.textile
Outdated
** @(CHA-M10c)@ This clause has been deleted. | ||
** @(CHA-M10d)@ This clause has been deleted. | ||
** @(CHA-M10e)@ @[Testable]@ To sort @Message@ @versions@ of the same @Message@ (instances with the same @serial@) in global order, sort @Message@ instances lexicographically by their @version@ property. | ||
** @(CHA-M10e1)@ @[Testable]@ Two @Message@ instances of the same @serial@ are considered the same version if they have the same @version@ property. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this a ***
indent :)
Co-authored-by: Steven <[email protected]>
c936afe
to
5ecba46
Compare
https://ably.atlassian.net/browse/CHA-735
Addresses #254