diff options
Diffstat (limited to 'internal/visibility/home_timeline.go')
-rw-r--r-- | internal/visibility/home_timeline.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/visibility/home_timeline.go b/internal/visibility/home_timeline.go index 3cecbb5de..0a3fbde4e 100644 --- a/internal/visibility/home_timeline.go +++ b/internal/visibility/home_timeline.go @@ -156,7 +156,7 @@ func (f *Filter) isStatusHomeTimelineable(ctx context.Context, owner *gtsmodel.A // Check parent is deref'd. if next.InReplyToID == "" { - log.Warnf(ctx, "status not yet deref'd: %s", next.InReplyToURI) + log.Debugf(ctx, "status not (yet) deref'd: %s", next.InReplyToURI) return false, cache.SentinelError } |