diff --git a/storage-new/models/UserToUserRelation.go b/storage-new/models/UserToUserRelation.go index a458a1d..b41b69e 100644 --- a/storage-new/models/UserToUserRelation.go +++ b/storage-new/models/UserToUserRelation.go @@ -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