Skip to content

Commit 8dcfea8

Browse files
author
kele-leanes
committed
Add shouldPush property to SendOptions
1 parent e2585a4 commit 8dcfea8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/src/main/java/org/xmtp/android/library/SendOptions.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ import org.xmtp.proto.message.contents.Content
55
data class SendOptions(
66
var compression: EncodedContentCompression? = null,
77
var contentType: Content.ContentTypeId? = null,
8-
var ephemeral: Boolean = false
8+
var ephemeral: Boolean = false,
9+
var shouldPush: Boolean? = null
910
)

0 commit comments

Comments
 (0)