From e69f53bbd7128a4634dba8061681a93fabb8da77 Mon Sep 17 00:00:00 2001 From: mstar Date: Tue, 13 May 2025 14:07:15 +0200 Subject: [PATCH] Note down a bug for later fixing --- storage-new/models/UserToUserRelation.go | 4 ++++ 1 file changed, 4 insertions(+) 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