Regression - Incoming WebHook messages not showing up on the channel (#18005)

pull/18008/head
pierre-lehnen-rc 6 years ago committed by GitHub
parent f6828bb6d4
commit 65384bb93b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/lib/server/functions/processWebhookMessage.js

@ -61,7 +61,7 @@ export const processWebhookMessage = function(messageObj, user, defaultValues =
parseUrls: messageObj.parseUrls !== undefined ? messageObj.parseUrls : !messageObj.attachments,
bot: messageObj.bot,
groupable: messageObj.groupable !== undefined ? messageObj.groupable : false,
tmid: messageObj.tmid !== undefined ? messageObj.tmid : '',
tmid: messageObj.tmid,
};
if (!_.isEmpty(messageObj.icon_url) || !_.isEmpty(messageObj.avatar)) {

Loading…
Cancel
Save