-
Notifications
You must be signed in to change notification settings - Fork 292
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
ES6 migrate 'conversation' #1172
Conversation
62d9264
to
edfd82f
Compare
} | ||
} | ||
|
||
asset_et.status(status || z.assets.AssetTransferState.UPLOADING); // TODO |
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.
Maybe more details for the //TODO
or delete the comment..?
e10f961
to
0fc2acb
Compare
conversation_et.verification_state(self.verification_state); | ||
} | ||
|
||
// BE |
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.
To BE or not to BE?
, Backend?
, maybe remove it or have more context..
.map((other) => other.id); | ||
|
||
if (!local_conversation.last_event_timestamp) { | ||
local_conversation.last_event_timestamp = index + 1; // this should ensure a proper order |
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.
can we put the comment on top of the line?
No description provided.