fix show thread not working for reposts

This commit is contained in:
sk 2023-03-15 23:31:51 +01:00
parent 94b862a3ff
commit 9cc8b2668c
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public abstract class StatusDisplayItem{
ReblogOrReplyLineStatusDisplayItem replyLine = null;
boolean threadReply = statusForContent.inReplyToAccountId != null &&
statusForContent.inReplyToAccountId.equals(status.account.id);
statusForContent.inReplyToAccountId.equals(statusForContent.account.id);
if(statusForContent.inReplyToAccountId!=null && !(threadReply && fragment instanceof ThreadFragment)){
Account account = knownAccounts.get(statusForContent.inReplyToAccountId);