mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Add explanatory comment
This commit is contained in:
parent
5ccf30c39e
commit
2a7c8154d0
@ -432,7 +432,7 @@ extension HomeTimelineViewController {
|
||||
})
|
||||
.store(in: &disposeBag)
|
||||
|
||||
PublisherService.shared.statusPublishResult.prepend(.failure(AppError.badRequest))
|
||||
PublisherService.shared.statusPublishResult.prepend(.failure(AppError.badRequest)) // prepend failure hides the timelinePill
|
||||
.receive(on: DispatchQueue.main)
|
||||
.sink { [weak self] publishResult in
|
||||
guard let self else { return }
|
||||
|
Loading…
x
Reference in New Issue
Block a user