This commit is contained in:
parent
2b93d51be1
commit
e69f53bbd7
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue