1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-01-04 13:11:12 +00:00

Change self_blocked_status to include timeline

Disabled by default, enable in the usual way.
This commit is contained in:
Cadence Ember
2021-01-30 19:29:24 +13:00
parent e1883b2d9e
commit 2419fbf08b
2 changed files with 23 additions and 7 deletions

View File

@@ -216,8 +216,14 @@ let constants = {
cache_sweep_interval: 3*60*1000,
csrf_time: 60*60*1000,
self_blocked_status: {
enabled: true,
time: 2*60*60*1000,
user_html: {
enabled: false,
time: 15*60*1000
},
timeline_graphql: {
enabled: false,
time: 24*60*60*1000
}
},
db_user_id: true,
db_post_n3: false,