Fix channel comment message threadIds

This commit is contained in:
Ali
2023-01-15 20:42:37 +04:00
parent 0cc27f6782
commit 4199e25314
3 changed files with 20 additions and 7 deletions

View File

@@ -437,6 +437,7 @@ final class MutableMessageHistoryView {
case .external:
break
}
}
func replay(postbox: PostboxImpl, transaction: PostboxTransaction) -> Bool {