mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-10 21:54:10 +01:00
Fix thread bar in status detail
This commit is contained in:
parent
90337bd3ea
commit
15f498037d
@ -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 New Issue
Block a user