mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 08:29:14 +00:00
block unsubscribe requests for virtual feeds
This commit is contained in:
@@ -1836,12 +1836,6 @@
|
||||
|
||||
function initialize_user($link, $uid) {
|
||||
|
||||
/* db_query($link, "insert into ttrss_labels (owner_uid,sql_exp,description)
|
||||
values ('$uid','unread = true', 'Unread articles')");
|
||||
|
||||
db_query($link, "insert into ttrss_labels (owner_uid,sql_exp,description)
|
||||
values ('$uid','last_read is null and unread = false', 'Updated articles')"); */
|
||||
|
||||
db_query($link, "insert into ttrss_feeds (owner_uid,title,feed_url)
|
||||
values ('$uid', 'Tiny Tiny RSS: New Releases',
|
||||
'http://tt-rss.org/releases.rss')");
|
||||
|
||||
Reference in New Issue
Block a user