mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-13 15:46:31 +00:00
Disable adding to the posts table by default
This commit is contained in:
parent
ff75c39aa9
commit
a941267953
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ let constants = {
|
||||||
time: 2*60*60*1000,
|
time: 2*60*60*1000,
|
||||||
},
|
},
|
||||||
db_user_id: true,
|
db_user_id: true,
|
||||||
db_post_n3: true,
|
db_post_n3: false,
|
||||||
db_request_history: false
|
db_request_history: false
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue