diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-19 15:47:36 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-19 15:47:36 +0900 |
| commit | e8e220b4108766ab89f5fbaff35f1574030a298d (patch) | |
| tree | 347c20bf6c443b3596cd7e5d85c85964ce0cf1d7 /src/web | |
| parent | [Client:Desktop] Fix bug (diff) | |
| download | misskey-e8e220b4108766ab89f5fbaff35f1574030a298d.tar.gz misskey-e8e220b4108766ab89f5fbaff35f1574030a298d.tar.bz2 misskey-e8e220b4108766ab89f5fbaff35f1574030a298d.zip | |
[API] Fix bug, rename param set -> data (BREAKING)
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/boot.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/boot.js b/src/web/app/boot.js index cdedcd5003..8a65e59735 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -157,7 +157,7 @@ function fetchme(token, cb) { function init() { const data = generateDefaultUserdata(); api(token, 'i/appdata/set', { - set: data + data }).then(() => { me.data = data; done(); |