Use base64 encoding on all commits

This commit is contained in:
Matt Pass
2016-11-13 22:39:38 +00:00
parent 32841341cd
commit abcedf9dc5

View File

@@ -159,7 +159,7 @@
if (typeof(content) === "string") {
content = {
"content": content,
"encoding": "utf-8"
"encoding": "base64"
};
}