Another feed experiment

This commit is contained in:
Ali
2022-03-18 22:55:06 +04:00
parent fe0311b1e9
commit a9c595a640
128 changed files with 3524 additions and 957 deletions

View File

@@ -66,7 +66,7 @@ final class MutableMessageOfInterestHolesView: MutablePostboxView {
private func updateFromView() -> Bool {
let closestHole: MessageOfInterestHole?
if let (hole, direction, _) = self.wrappedView.firstHole() {
if let (hole, direction, _, _) = self.wrappedView.firstHole() {
closestHole = MessageOfInterestHole(hole: hole, direction: direction)
} else {
closestHole = nil