diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-23 15:25:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-23 15:25:15 +0900 |
| commit | 0ba5dc3900b5bc8d86c63e04ab17e2e5652a00d2 (patch) | |
| tree | 3587ae670164b0db71f7604ef0f65aac3dac7137 /src/client | |
| parent | Merge pull request #1638 from syuilo/l10n_master (diff) | |
| download | misskey-0ba5dc3900b5bc8d86c63e04ab17e2e5652a00d2.tar.gz misskey-0ba5dc3900b5bc8d86c63e04ab17e2e5652a00d2.tar.bz2 misskey-0ba5dc3900b5bc8d86c63e04ab17e2e5652a00d2.zip | |
Only show local posts in the timeline of top page
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/welcome-timeline.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/common/views/components/welcome-timeline.vue b/src/client/app/common/views/components/welcome-timeline.vue index 6fadb030c3..0f1fc05f59 100644 --- a/src/client/app/common/views/components/welcome-timeline.vue +++ b/src/client/app/common/views/components/welcome-timeline.vue @@ -37,6 +37,7 @@ export default Vue.extend({ fetch(cb?) { this.fetching = true; (this as any).api('notes', { + local: true, reply: false, renote: false, media: false, |