diff options
Diffstat (limited to 'internal/cache/account.go')
-rw-r--r-- | internal/cache/account.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/cache/account.go b/internal/cache/account.go index 709d1ec30..f478c81d3 100644 --- a/internal/cache/account.go +++ b/internal/cache/account.go @@ -136,6 +136,7 @@ func copyAccount(account *gtsmodel.Account) *gtsmodel.Account { URL: account.URL, LastWebfingeredAt: account.LastWebfingeredAt, InboxURI: account.InboxURI, + SharedInboxURI: account.SharedInboxURI, OutboxURI: account.OutboxURI, FollowingURI: account.FollowingURI, FollowersURI: account.FollowersURI, |