1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2025-12-13 18:25:07 +00:00

Disable adding to the posts table by default

This commit is contained in:
Cadence Ember
2020-06-25 23:47:16 +12:00
parent ff75c39aa9
commit a941267953

View File

@@ -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
}, },