diff options
Diffstat (limited to 'internal/federation')
| -rw-r--r-- | internal/federation/dereferencing/thread.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/federation/dereferencing/thread.go b/internal/federation/dereferencing/thread.go index 469defd5e..4e161952d 100644 --- a/internal/federation/dereferencing/thread.go +++ b/internal/federation/dereferencing/thread.go @@ -219,7 +219,7 @@ pageLoop:  			foundReplies++  			// get the remote statusable and put it in the db -			_, statusable, err := d.GetRemoteStatus(ctx, username, itemURI, false, false) +			_, statusable, err := d.GetRemoteStatus(ctx, username, itemURI, true, false)  			if err == nil {  				// now iterate descendants of *that* status  				if err := d.iterateDescendants(ctx, username, *itemURI, statusable); err != nil {  | 
