mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 15:24:00 +01:00
Use base64 encoding on all commits
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
if (typeof(content) === "string") {
|
||||
content = {
|
||||
"content": content,
|
||||
"encoding": "utf-8"
|
||||
"encoding": "base64"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user