summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-11-01 20:32:55 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-11-01 20:32:55 +0000
commite9eb52348e22d6e94d741446501a598e50cfe7ed (patch)
tree8ecf683cd4faa999c68be70a24fa1b810d51e12a /public
parent359a1edd425f1ad0c93e8390212b478d641029ba (diff)
Remove unread
Diffstat (limited to 'public')
-rw-r--r--public/store/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/store/index.php b/public/store/index.php
index 8bd0b7f..804702a 100644
--- a/public/store/index.php
+++ b/public/store/index.php
@@ -44,7 +44,6 @@ $bookmark->url = $validated->url;
$bookmark->title = $validated->title;
$bookmark->tag = $validated->tag;
$bookmark->addedAt = date('Y-m-d H:i:s');
-$bookmark->unread = true;
if (!$bookmarks->add($bookmark)) {
respondAndExit(500, 'Internal Server Error');