Skip to content

Commit

Permalink
Fix meta parameter for sendText (BaseChannel)
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Oct 23, 2024
1 parent 44b6a03 commit 789977f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ abstract class BaseChannel<C : Channel, M : Message>(
): PNFuture<PNPublishResult> {
return sendTextInternal(
text = text,
meta = meta,
meta = buildMetaForPublish(meta, quotedMessage),
shouldStore = shouldStore,
usePost = usePost,
ttl = ttl,
Expand Down

0 comments on commit 789977f

Please sign in to comment.