This commit is contained in:
Михаил Капелько
2024-01-17 18:47:21 +03:00
parent 9e941f01a5
commit b3a386cde7
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ public extension MicItem {
return now < end
}
if timeout {
if c.timeout {
return false
}

View File

@@ -40,7 +40,7 @@ extension MicItem {
{ m, _ in m.activityDate.isRecent = false }
)
ctrl.pipe(
pipe(
dbg: "timeout",
sub: nil,
Bus.events.compactMap { Bus.convertKeyValue(K.timeout, $0) }.map { (k: String, v: Bool) in v }.eraseToAnyPublisher(),