Drop feeds/merge them into user
This commit is contained in:
parent
59373c6380
commit
f12059c760
13 changed files with 78 additions and 920 deletions
|
@ -13,10 +13,6 @@ 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…
Add table
Add a link
Reference in a new issue