Skip to content

Commit

Permalink
feat: add shouldPush option to ConversationV2 initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
kele-leanes authored and zombieobject committed Feb 20, 2024
1 parent ff348fa commit bbd2d6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/XMTPiOS/ConversationV2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ public struct ConversationV2 {
content: encodedContent,
topic: topic,
keyMaterial: keyMaterial,
codec: codec
codec: codec,
shouldPush: options?.shouldPush
)

let topic = options?.ephemeral == true ? ephemeralTopic : topic
Expand Down

0 comments on commit bbd2d6b

Please sign in to comment.