mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Return empty array for public timeline
This commit is contained in:
parent
45807e29de
commit
ab1bb3854a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue