Skip to content

Commit

Permalink
Add parseUrls field to the apps message converter (#13248)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert authored and rodrigok committed Jan 29, 2019
1 parent 8d997a0 commit 2fb16e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rocketchat-apps/server/converters/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class AppMessagesConverter {
groupable: msgObj.groupable,
attachments,
reactions: msgObj.reactions,
parseUrls: msgObj.parseUrls,
};
}

Expand Down Expand Up @@ -110,6 +111,7 @@ export class AppMessagesConverter {
groupable: message.groupable,
attachments,
reactions: message.reactions,
parseUrls: message.parseUrls,
};
}

Expand Down

0 comments on commit 2fb16e7

Please sign in to comment.