Only show local posts in the timeline of top page
This commit is contained in:
parent
872717feeb
commit
0ba5dc3900
2 changed files with 9 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue