fix a crash where reactors in open group doesn't have a profile

pull/638/head
Ryan Zhao 2 years ago
parent 30e48209e2
commit 6e0c812c6d

@ -452,7 +452,7 @@ public extension MessageViewModel {
public let rowId: Int64
public let reaction: Reaction
public let profile: Profile
public let profile: Profile?
// MARK: - Identifiable

Loading…
Cancel
Save