-
-
Notifications
You must be signed in to change notification settings - Fork 827
Conversation
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.
Once it's hooked up, sure. :)
New warnings (why jenkins is failing): http://matrix.org/jenkins/job/ReactSDKPR/883/checkstyleResult/new/
@@ -0,0 +1,122 @@ | |||
/* | |||
Copyright 2016 OpenMarket Ltd |
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.
Happy new year!
const userText = this.state.text; | ||
if (!sendLogs && userText.trim().length === 0) { | ||
this.setState({ | ||
err: "Please describe the bug and/or send logs." |
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 thought we always wanted at least a brief description of what happened, even if we have logs?
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 don't mind which we do. I think we're likely to get more feedback if we make the description optional, but YMMV. Let me know what you want me to do.
Waiting on element-hq/element-web#3000 . |
Requires element-hq/element-web#3045