diff --git a/ChattoAdditions/Source/Chat Items/BaseMessage/BaseMessagePresenter.swift b/ChattoAdditions/Source/Chat Items/BaseMessage/BaseMessagePresenter.swift index 09b81b75e..5dc1662db 100644 --- a/ChattoAdditions/Source/Chat Items/BaseMessage/BaseMessagePresenter.swift +++ b/ChattoAdditions/Source/Chat Items/BaseMessage/BaseMessagePresenter.swift @@ -100,21 +100,21 @@ public class BaseMessagePresenter CGFloat { + public override func heightForCell(maximumWidth width: CGFloat, decorationAttributes: ChatItemDecorationAttributesProtocol?) -> CGFloat { guard let decorationAttributes = decorationAttributes as? ChatItemDecorationAttributes else { assert(false, "Expecting decoration attributes") return 0 @@ -155,4 +155,16 @@ public class BaseMessagePresenter