diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-20 14:16:02 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-20 14:16:02 +0900 |
| commit | 5d09b7e38b42f19530d51feeeae0e57ad4320351 (patch) | |
| tree | f0e26bedf307603d87dbee9c7033699466e16b42 /src/client | |
| parent | Update README.md (diff) | |
| download | misskey-5d09b7e38b42f19530d51feeeae0e57ad4320351.tar.gz misskey-5d09b7e38b42f19530d51feeeae0e57ad4320351.tar.bz2 misskey-5d09b7e38b42f19530d51feeeae0e57ad4320351.zip | |
mark as read all -> mark all as read
Close #855
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/mobile/views/pages/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/pages/notifications.vue b/src/client/app/mobile/views/pages/notifications.vue index 64cfa60da0..fcd930997b 100644 --- a/src/client/app/mobile/views/pages/notifications.vue +++ b/src/client/app/mobile/views/pages/notifications.vue @@ -24,7 +24,7 @@ export default Vue.extend({ const ok = window.confirm('%i18n:@read-all%'); if (!ok) return; - (this as any).api('notifications/mark_as_read_all'); + (this as any).api('notifications/mark_all_as_read'); }, onFetched() { Progress.done(); |