Note down a bug for later fixing
All checks were successful
/ docker (push) Successful in 4m26s

This commit is contained in:
Melody Becker 2025-05-13 14:07:15 +02:00
parent 2b93d51be1
commit e69f53bbd7

View file

@ -13,6 +13,10 @@ type UserToUserRelation struct {
}
type IUserToUserRelation interface {
// FIXME: Include local users in these queries
// Currently local users don't have an entry in user_remote_links
// causing them to be ignored by these functions as of now
// Get all inbox links for accounts following the user with the specified id
//
// SELECT u.inbox_link