mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-22 12:36:17 +00:00
Fix thread bar in status detail
This commit is contained in:
parent
90337bd3ea
commit
15f498037d
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ import SwiftUI
|
|||
title = "status.post-from-\(status.account.displayNameWithoutEmojis)"
|
||||
statusId = status.id
|
||||
remoteStatusURL = nil
|
||||
if status.inReplyToId != nil {
|
||||
isReplyToPreviousCache[status.id] = true
|
||||
}
|
||||
}
|
||||
|
||||
init(remoteStatusURL: URL) {
|
||||
|
|
Loading…
Reference in a new issue