Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2019-12-16 17:24:27 +0300
committerGitHub <noreply@github.com>2019-12-16 17:24:27 +0300
commit32049dc1c3da8ce804a89563b74ca0f1d6e6cd25 (patch)
tree90a0cdfa6e3c938494e0d97ceb05c55feffe74e0 /webpack.common.js
parent925cb5f2b22d77f54e017a53e2855b3bc34f98e2 (diff)
parent2a87d67b7bfa9a7eb6d90607d36f2a59f16a2fc1 (diff)
Merge pull request #2487 from nextcloud/enh/2414/flow-operator
add post to conversation flow operator
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index f3d5a2f07..958f533c0 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -14,6 +14,7 @@ module.exports = {
'talk': path.join(__dirname, 'src', 'main.js'),
'talk-chat-tab': path.join(__dirname, 'src', 'mainChatTab.js'),
'files-sidebar-tab': path.join(__dirname, 'src', 'mainSidebarTab.js'),
+ 'flow': path.join(__dirname, 'src', 'flow.js')
},
output: {
path: path.resolve(__dirname, './js'),