diff --git a/Yep/Views/Cells/ChatRightBase/ChatRightBaseCell.swift b/Yep/Views/Cells/ChatRightBase/ChatRightBaseCell.swift index acd83362..6677db19 100644 --- a/Yep/Views/Cells/ChatRightBase/ChatRightBaseCell.swift +++ b/Yep/Views/Cells/ChatRightBase/ChatRightBaseCell.swift @@ -48,7 +48,7 @@ class ChatRightBaseCell: UICollectionViewCell { } } - weak var message: Message? { + var message: Message? { didSet { tryUpdateMessageState() }