mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-14 22:33:19 +00:00
Remove option to disable access to local topic feeds for logged-in users (#36703)
This commit is contained in:
parent
449eb03f11
commit
dd708298a8
3 changed files with 4 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ interface InitialStateMeta {
|
|||
streaming_api_base_url: string;
|
||||
local_live_feed_access: 'public' | 'authenticated' | 'disabled';
|
||||
remote_live_feed_access: 'public' | 'authenticated' | 'disabled';
|
||||
local_topic_feed_access: 'public' | 'authenticated' | 'disabled';
|
||||
local_topic_feed_access: 'public' | 'authenticated';
|
||||
remote_topic_feed_access: 'public' | 'authenticated' | 'disabled';
|
||||
title: string;
|
||||
show_trends: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue