Don't find feed names in reverse order for tag
parent
622264cdd4
commit
b5a6d24f7d
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue