Skip to content
Snippets Groups Projects
Unverified Commit bba41261 authored by Karting06's avatar Karting06 Committed by GitHub
Browse files

[IMPROVE] Allow webhook message to respond in thread (#17863)

parent d11c1bce
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +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 : '',
};
if (!_.isEmpty(messageObj.icon_url) || !_.isEmpty(messageObj.avatar)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment