Bug 1106941 - Part 2: Firefox Hello doesn't work properly when no video camera is installed - fix incoming conversations. r=mikedeboer, a=lsblakk

This commit is contained in:
Mark Banner
2015-03-09 23:42:08 +00:00
parent 9c65aecc39
commit e5c090b695
8 changed files with 121 additions and 4 deletions

View File

@@ -66,6 +66,7 @@ loop.conversation = (function(mozL10n) {
client: this.props.client,
conversation: this.props.conversation,
sdk: this.props.sdk,
isDesktop: true,
conversationAppStore: this.props.conversationAppStore}
));
}