Video Chats Improvements

This commit is contained in:
Ilya Laktyushin
2021-04-21 03:07:13 +03:00
parent d9f3dba292
commit 6cbe2f8f35
10 changed files with 840 additions and 260 deletions

View File

@@ -22,7 +22,7 @@ public struct WrappedMediaResourceId: Hashable {
// }
public func hash(into hasher: inout Hasher) {
hasher.combine(id.hashValue)
hasher.combine(self.id.hashValue)
}
}