aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2024-05-22 12:25:24 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2024-05-22 12:25:24 +0000
commitfd1011f622870385d8a694d60b66269e731b36cd (patch)
tree57e6766d33235f1a2c16af7ff21260cb46777c99 /src/modules
parent3e99006e2ab06d2c8ade2eb20e12b1d2fbbcaac2 (diff)
parenteb27f1205b7bf077b81d698d24c2be656cc59023 (diff)
Merge branch 'scrobbles-age' into 'develop'
Add setting to only show scrobbles newer than certain age. See merge request pleroma/pleroma-fe!1904
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/config.js b/src/modules/config.js
index 75b1a0c4..8001b854 100644
--- a/src/modules/config.js
+++ b/src/modules/config.js
@@ -43,6 +43,7 @@ export const defaultState = {
hideAttachments: false,
hideAttachmentsInConv: false,
hideScrobbles: false,
+ hideScrobblesAfter: '2d',
maxThumbnails: 16,
hideNsfw: true,
preloadImage: true,