Only returns feeds with hubs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
903a9999c0
commit
f9c9455389
|
@ -169,6 +169,7 @@ func (h *hubIncomingBackend) Feeds() ([]Feed, error) {
|
||||||
from subscriptions s
|
from subscriptions s
|
||||||
inner join feeds f on f.url = s.topic
|
inner join feeds f on f.url = s.topic
|
||||||
inner join channels c on c.id = f.channel_id
|
inner join channels c on c.id = f.channel_id
|
||||||
|
where hub is not null
|
||||||
`)
|
`)
|
||||||
|
|
||||||
for rows.Next() {
|
for rows.Next() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user