Only show local posts in the timeline of top page

This commit is contained in:
syuilo
2018-05-23 15:25:15 +09:00
parent 872717feeb
commit 0ba5dc3900
2 changed files with 9 additions and 0 deletions

View File

@ -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,