diff options
Diffstat (limited to 'internal/cache/gts.go')
-rw-r--r-- | internal/cache/gts.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/cache/gts.go b/internal/cache/gts.go index 392fc8449..a96bc3608 100644 --- a/internal/cache/gts.go +++ b/internal/cache/gts.go @@ -320,6 +320,7 @@ func (c *GTSCaches) initMention() { func (c *GTSCaches) initNotification() { c.notification = result.New([]result.Lookup{ {Name: "ID"}, + {Name: "NotificationType.TargetAccountID.OriginAccountID.StatusID"}, }, func(n1 *gtsmodel.Notification) *gtsmodel.Notification { n2 := new(gtsmodel.Notification) *n2 = *n1 |