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 02ec71503..8dbb07848 100644 --- a/internal/cache/account.go +++ b/internal/cache/account.go @@ -134,6 +134,7 @@ func copyAccount(account *gtsmodel.Account) *gtsmodel.Account { DisplayName: account.DisplayName, Fields: account.Fields, Note: account.Note, + NoteRaw: account.NoteRaw, Memorial: account.Memorial, MovedToAccountID: account.MovedToAccountID, CreatedAt: account.CreatedAt, |