We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3bebe commit a053e50Copy full SHA for a053e50
proxy/message.js
@@ -39,7 +39,7 @@ exports.getMessageById = function (id, callback) {
39
message.author = author;
40
message.topic = topic;
41
message.reply = reply;
42
- if (!author || !topic || !reply) {
+ if (!author || !topic) {
43
message.is_invalid = true;
44
}
45
return callback(null, message);
0 commit comments