diff options
| author | kaniini <nenolod@gmail.com> | 2018-08-24 21:51:54 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-08-24 21:51:54 +0000 |
| commit | 55650ff7ea9867cdb8adf7077b36bbb8c7bfcb75 (patch) | |
| tree | 54f5294c1bc470aca73c46ad985bbacc8352ff51 /src/main.js | |
| parent | 14db3f279daed82011bdcc2bbad21450c08a4487 (diff) | |
| parent | da9629486679345689ab75a0c663c16887e524f6 (diff) | |
Merge branch 'reply-visibility' into 'develop'
Add settings for changing the visibility of replies in the timeline.
See merge request pleroma/pleroma-fe!314
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js index 4124214d..1648d847 100644 --- a/src/main.js +++ b/src/main.js @@ -49,6 +49,7 @@ const persistedStateOptions = { 'config.hideAttachments', 'config.hideAttachmentsInConv', 'config.hideNsfw', + 'config.replyVisibility', 'config.autoLoad', 'config.hoverPreview', 'config.streaming', |
