Progress on little important things
removing .mov for now until we can figure out solution with videojs, added model to track username changes, got chat creation flow down, progress on bookmark collections, albums, filtering blocks/mutes from group, explore, collection timelines
This commit is contained in:
@@ -30,7 +30,7 @@ class MessagesSettings extends ImmutablePureComponent {
|
||||
<div className={[_s.d, _s.px15, _s.py15, _s.overflowHidden].join(' ')}>
|
||||
<Form>
|
||||
<SettingSwitch
|
||||
label='Restrict messages from people you dont follow'
|
||||
label="Hide chats from users you don't follow"
|
||||
settings={chatSettings}
|
||||
settingPath='restrict_non_followers'
|
||||
onChange={this.handleOnChange}
|
||||
|
||||
Reference in New Issue
Block a user