diff --git a/background.html b/background.html new file mode 100644 index 000000000..383c15e09 --- /dev/null +++ b/background.html @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/helpers.js b/helpers.js index 49a22400e..7851f7b3a 100644 --- a/helpers.js +++ b/helpers.js @@ -134,7 +134,7 @@ function storeMessage(outgoingMessageSignal) { conversation = [] messageMap[outgoingMessageSignal.source] = conversation; } - + conversation[conversation.length] = { message: getString(outgoingMessageSignal.message), destinations: outgoingMessageSignal.destinations, sender: outgoingMessageSignal.source,