[Glitch] Add remote only to public timeline

Port 26b08a3c54 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Takeshi Umeda
2020-05-10 17:36:18 +09:00
committed by Thibaut Girka
parent 51508e5061
commit 559214c33f
6 changed files with 50 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
import { connect } from 'react-redux';
import ColumnSettings from 'flavours/glitch/features/community_timeline/components/column_settings';
import ColumnSettings from '../components/column_settings';
import { changeSetting } from 'flavours/glitch/actions/settings';
import { changeColumnParams } from 'flavours/glitch/actions/columns';