Don't find feed names in reverse order for tag
This commit is contained in:
@@ -100,7 +100,7 @@ func (ex *Exchange) GetFeedItem(ID string) (string, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (ex *Exchange) GetFeedTagRSS(tag string) (string, error) {
|
func (ex *Exchange) GetFeedTagRSS(tag string) (string, error) {
|
||||||
feedNames, err := ex.SClient.List(nsForFeeds, "", false, -1)
|
feedNames, err := ex.SClient.List(nsForFeeds, "", true, -1)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user