diff --git a/ChattoAdditions/Source/Chat Items/PhotoMessages/Views/PhotoMessageCollectionViewCell.swift b/ChattoAdditions/Source/Chat Items/PhotoMessages/Views/PhotoMessageCollectionViewCell.swift index 0e7fdb783..3e822e703 100644 --- a/ChattoAdditions/Source/Chat Items/PhotoMessages/Views/PhotoMessageCollectionViewCell.swift +++ b/ChattoAdditions/Source/Chat Items/PhotoMessages/Views/PhotoMessageCollectionViewCell.swift @@ -44,7 +44,7 @@ public final class PhotoMessageCollectionViewCell: BaseMessageCollectionViewCell } } - var photoMessageViewModel: PhotoMessageViewModelProtocol! { + public var photoMessageViewModel: PhotoMessageViewModelProtocol! { didSet { self.messageViewModel = self.photoMessageViewModel self.bubbleView.photoMessageViewModel = self.photoMessageViewModel