diff options
| author | 2015-05-10 14:08:25 +0200 | |
|---|---|---|
| committer | 2015-05-10 14:08:25 +0200 | |
| commit | e6aeade47a2cbce576dd9beca73192ae2b28200c (patch) | |
| tree | 5c3ac8ccdcd54dcd7a9d5815c9787d06dddb1348 /data/users/_ | |
| parent | b0cfbe3ff636ba7925876f633b206614d413f879 (diff) | |
| parent | 0d0c6b7493161d350ca2eb1d4c45c0c70cfcbb92 (diff) | |
Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into dev
Diffstat (limited to 'data/users/_')
| -rw-r--r-- | data/users/_/config.default.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/users/_/config.default.php b/data/users/_/config.default.php index 6d3f73a13..bf74ca1de 100644 --- a/data/users/_/config.default.php +++ b/data/users/_/config.default.php @@ -22,6 +22,11 @@ return array ( 'sticky_post' => true, 'reading_confirm' => false, 'auto_remove_article' => false, + + # In the case an article has changed (e.g. updated content): + # Set to `true` to mark it unread, or `false` to leave it as-is. + 'mark_updated_article_unread' => false, + 'sort_order' => 'DESC', 'anon_access' => false, 'mark_when' => array ( |
