1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

implement pubsubhubbub subscriber (update schema)

This commit is contained in:
Andrew Dolgov
2011-04-01 13:39:58 +04:00
parent e2bcd11bb1
commit 5ab9791f34
9 changed files with 118 additions and 24 deletions

View File

@@ -228,15 +228,10 @@
return;
}
/* if ($subop == "updateFeed") {
// Silent
/* if ($subop == "update") {
$feed_id = db_escape_string($_REQUEST["feed"]);
update_rss_feed($link, $feed_id);
print "<rpc-reply>";
print "<message>UPDATE_COUNTERS</message>";
print "</rpc-reply>";
return;
} */