Move account relations into separate table
This commit is contained in:
parent
c9985ba48a
commit
5546d31e5d
6 changed files with 28 additions and 20 deletions
|
@ -68,8 +68,7 @@ func convertAccountStorageToLinstrom(
|
|||
BannerId: acc.Banner,
|
||||
Background: apiBackground,
|
||||
BackgroundId: acc.Background,
|
||||
FollowerIds: acc.Followers,
|
||||
FollowingIds: acc.Follows,
|
||||
RelationIds: acc.Relations,
|
||||
Indexable: acc.Indexable,
|
||||
RestrictedFollow: acc.RestrictedFollow,
|
||||
IdentifiesAs: sliceutils.Map(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue