Skip to content

Commit

Permalink
Update store-objects.js
Browse files Browse the repository at this point in the history
Fixed send message to non contact
  • Loading branch information
AlanMartines authored Jun 4, 2021
1 parent 34dff2e commit f878639
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/wapi/store/store-objects.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ export const storeObjects = [
id: 'WapQuery',
conditions: (module) =>
module.default &&
module.default.contactFindQuery &&
module.default.queryExist
//module.default.contactFindQuery &&
module.default.queryExist &&
module.default.getCapabilities
? module.default
: null,
},
Expand Down

0 comments on commit f878639

Please sign in to comment.