Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wkal-pubnub committed Sep 30, 2024
1 parent 0f47d4a commit ca6dd9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ data class ThreadChannelImpl(
usersToMention: Collection<String>?,
): PNFuture<PNPublishResult> {
return createThreadAndSend {
sendText(
super.sendText(
text = text,
meta = meta,
shouldStore = shouldStore,
Expand Down

0 comments on commit ca6dd9d

Please sign in to comment.