aboutsummaryrefslogtreecommitdiff
path: root/data/users
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-01 19:42:09 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-01 19:42:09 +0200
commitee55fd13a9ac24b908b83f0f6b0ae2cbb8f2c3f0 (patch)
treec4bcf466e174c9abc1f15b29e8940e5fabad803d /data/users
parent12972ee54ab7a732f1ca2349ff2ce46e6b245404 (diff)
parent137c498c84da23f9abad2217c5fd716d6c514573 (diff)
Merge pull request #831 from Alkarex/PubSubHubbub
PubSubHubbub
Diffstat (limited to 'data/users')
-rw-r--r--data/users/_/config.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/users/_/config.default.php b/data/users/_/config.default.php
index bf74ca1de..8f8ff528c 100644
--- a/data/users/_/config.default.php
+++ b/data/users/_/config.default.php
@@ -25,7 +25,7 @@ return array (
# 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,
+ 'mark_updated_article_unread' => false, //TODO: -1 => ignore, 0 => update, 1 => update and mark as unread
'sort_order' => 'DESC',
'anon_access' => false,