summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/script.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-01 09:16:25 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-01 09:16:25 +0900
commit6819eb3b4da43665de8e159d774b3f2325ddfe0b (patch)
tree6140e6e8ee632d96ee8f12be19e75d76bd0b319f /src/client/app/mobile/script.ts
parent#2541 (diff)
downloadmisskey-6819eb3b4da43665de8e159d774b3f2325ddfe0b.tar.gz
misskey-6819eb3b4da43665de8e159d774b3f2325ddfe0b.tar.bz2
misskey-6819eb3b4da43665de8e159d774b3f2325ddfe0b.zip
Improve usability
Diffstat (limited to 'src/client/app/mobile/script.ts')
-rw-r--r--src/client/app/mobile/script.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts
index 5b9d45462a..edc2b35529 100644
--- a/src/client/app/mobile/script.ts
+++ b/src/client/app/mobile/script.ts
@@ -14,7 +14,6 @@ import chooseDriveFolder from './api/choose-drive-folder';
import chooseDriveFile from './api/choose-drive-file';
import dialog from './api/dialog';
import input from './api/input';
-import post from './api/post';
import notify from './api/notify';
import MkIndex from './views/pages/index.vue';
@@ -91,7 +90,7 @@ init((launch) => {
chooseDriveFile,
dialog: dialog(os),
input,
- post: post(os),
+ post: () => alert('deprecated'),
notify
}));
}, true);