diff --git a/channels/jaicp/src/main/kotlin/com/justai/jaicf/channel/jaicp/reactions/ChatApiReactions.kt b/channels/jaicp/src/main/kotlin/com/justai/jaicf/channel/jaicp/reactions/ChatApiReactions.kt index 7b306a09..396957ea 100755 --- a/channels/jaicp/src/main/kotlin/com/justai/jaicf/channel/jaicp/reactions/ChatApiReactions.kt +++ b/channels/jaicp/src/main/kotlin/com/justai/jaicf/channel/jaicp/reactions/ChatApiReactions.kt @@ -1,8 +1,9 @@ package com.justai.jaicf.channel.jaicp.reactions import com.justai.jaicf.reactions.Reactions +import com.justai.jaicf.reactions.jaicp.JaicpCompatibleAsyncReactions val Reactions.chatapi get() = this as? ChatApiReactions -class ChatApiReactions : JaicpReactions() \ No newline at end of file +class ChatApiReactions : JaicpReactions(), JaicpCompatibleAsyncReactions \ No newline at end of file