From 66a8e89b59a3cd3882f007e30624ccaa8f45a32e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 1 Jun 2017 23:42:55 +0200 Subject: URLs added via the bookmarklet are shared by default. --- src/web/views/bookmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/views') diff --git a/src/web/views/bookmark.py b/src/web/views/bookmark.py index 31026405..c80c9fdd 100644 --- a/src/web/views/bookmark.py +++ b/src/web/views/bookmark.py @@ -218,7 +218,7 @@ def bookmarklet(): bookmark_attr = {'href': href, 'description': '', 'title': title, - 'shared': False, + 'shared': True, 'to_read': True} new_bookmark = bookmark_contr.create(**bookmark_attr) -- cgit