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:
@@ -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, " .
|
||||
|
||||
Reference in New Issue
Block a user