Merge branch 'scrobbles-age' into 'develop'
Add setting to only show scrobbles newer than certain age. See merge request pleroma/pleroma-fe!1904
This commit is contained in:
commit
fd1011f622
12 changed files with 66 additions and 23 deletions
|
|
@ -43,6 +43,7 @@ export const defaultState = {
|
|||
hideAttachments: false,
|
||||
hideAttachmentsInConv: false,
|
||||
hideScrobbles: false,
|
||||
hideScrobblesAfter: '2d',
|
||||
maxThumbnails: 16,
|
||||
hideNsfw: true,
|
||||
preloadImage: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue