Only returns feeds with hubs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2021-11-01 23:19:46 +01:00
parent 903a9999c0
commit f9c9455389
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -169,6 +169,7 @@ func (h *hubIncomingBackend) Feeds() ([]Feed, error) {
from subscriptions s
inner join feeds f on f.url = s.topic
inner join channels c on c.id = f.channel_id
where hub is not null
`)
for rows.Next() {