Skip to content
Snippets Groups Projects
Unverified Commit 587f9ed1 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Fix importing errors

parent 63afc54f
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ class SlackBridge {
if (message.type === 'message') {
let msgObj = {};
if (!_.isEmpty(message.subtype)) {
msgObj = this.processSubtypedMessage(room, user, message, msgDataDefaults, importing);
msgObj = this.processSubtypedMessage(room, user, message, importing);
if (!msgObj) {
return;
}
......
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