From 80d1ee75433e1c0e166e343c8e9a98c47ace2db2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 16 Jun 2018 19:45:29 +0900 Subject: [PATCH 1/2] Fix bug --- src/client/app/mobile/api/post.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/mobile/api/post.ts b/src/client/app/mobile/api/post.ts index 0634c5264..15b2f6b69 100644 --- a/src/client/app/mobile/api/post.ts +++ b/src/client/app/mobile/api/post.ts @@ -18,7 +18,7 @@ export default (os) => (opts) => { } }).$mount(); vm.$once('cancel', recover); - vm.$once('note', recover); + vm.$once('posted', recover); document.body.appendChild(vm.$el); (vm as any).focus(); }; From f6d9a7e7c3fa6bd6a6251c0ccd3fc941324ff8fb Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 16 Jun 2018 19:45:47 +0900 Subject: [PATCH 2/2] 3.1.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af404da5e..c5092e6f1 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo ", - "version": "3.1.0", - "clientVersion": "1.0.6526", + "version": "3.1.1", + "clientVersion": "1.0.6528", "codename": "nighthike", "main": "./built/index.js", "private": true,