1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:25:55 +00:00

share: indicate whether article is shared or not using the icon

This commit is contained in:
Andrew Dolgov
2013-07-11 16:20:24 +04:00
parent ab25a80644
commit abb04b76a5
4 changed files with 15 additions and 1 deletions

View File

@@ -2645,6 +2645,7 @@
num_comments,
comments,
int_id,
uuid,
hide_images,
unread,feed_id,marked,published,link,last_read,orig_feed_id,
last_marked, last_published,
@@ -2687,6 +2688,7 @@
"tag_cache," .
"label_cache," .
"link," .
"uuid," .
"last_read," .
"(SELECT hide_images FROM ttrss_feeds WHERE id = feed_id) AS hide_images," .
"last_marked, last_published, " .