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

add separate update method for Twitter, select it as default when subscribing to twitter.com feeds

This commit is contained in:
Andrew Dolgov
2010-11-22 17:03:31 +03:00
parent ff3e303af7
commit b3009bcdde
2 changed files with 25 additions and 15 deletions

View File

@@ -131,7 +131,8 @@
$update_methods = array(
0 => __("Default"),
1 => __("Magpie"),
2 => __("SimplePie"));
2 => __("SimplePie"),
3 => __("Twitter OAuth"));
if (DEFAULT_UPDATE_METHOD == "1") {
$update_methods[0] .= ' (SimplePie)';