Log in with external Peertube account (#348):
* For anonymous users: new "log in using an external account" dialog, with the "remote Peertube account" options * ConverseJS: using global vars for custom localized string (injected using Webpack)
This commit is contained in:
@ -79,6 +79,7 @@ rm -rf "$converse_build_dir/custom/"
|
||||
echo "Adding the custom files..."
|
||||
cp -r "$src_dir/custom/" "$converse_build_dir/custom/"
|
||||
mv "$converse_build_dir/custom/webpack.livechat.js" "$converse_build_dir/"
|
||||
cp "$src_dir/loc.keys.js" "$converse_build_dir/"
|
||||
|
||||
echo "Patching i18n files to add custom labels..."
|
||||
/bin/env node conversejs/build-conversejs-patch-i18n.js
|
||||
|
Reference in New Issue
Block a user