diff options
| author | 2025-05-11 13:38:13 +0000 | |
|---|---|---|
| committer | 2025-05-11 13:38:13 +0000 | |
| commit | 8480a758081e84384a366a29ecee3c3103687512 (patch) | |
| tree | d35f56a4b88905fb5f9c3a9f788ac2cf628c92fe /internal/cache/size.go | |
| parent | [bugfix] Fix a11y property warning from authorization page (#4166) (diff) | |
| download | gotosocial-8480a758081e84384a366a29ecee3c3103687512.tar.xz | |
[feature] Notify accounts when a status they've interacted with has been edited (#4157)
This pull request adds sending notifications to local accounts that have interacted with a status, if we receive or create a new edit for that status.
closes https://codeberg.org/superseriousbusiness/gotosocial/issues/3991
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4157
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'internal/cache/size.go')
| -rw-r--r-- | internal/cache/size.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cache/size.go b/internal/cache/size.go index b08a62a85..7898f9dfd 100644 --- a/internal/cache/size.go +++ b/internal/cache/size.go @@ -573,7 +573,7 @@ func sizeofNotification() uintptr { CreatedAt: exampleTime, TargetAccountID: exampleID, OriginAccountID: exampleID, - StatusID: exampleID, + StatusOrEditID: exampleID, Read: func() *bool { ok := false; return &ok }(), })) } |
