Return empty array for public timeline
This commit is contained in:
parent
45807e29de
commit
ab1bb3854a
|
@ -72,6 +72,7 @@ app.get('/api/v1/blocks', emptyArrayController);
|
|||
app.get('/api/v1/mutes', emptyArrayController);
|
||||
app.get('/api/v1/domain_blocks', emptyArrayController);
|
||||
app.get('/api/v1/markers', emptyObjectController);
|
||||
app.get('/api/v1/timelines/public', emptyArrayController);
|
||||
|
||||
app.get('/', indexController);
|
||||
|
||||
|
|
Loading…
Reference in New Issue