stream-chat-android-client
✅ Added
- Added the following parameters to
Message
. #4701skipPushNotification
: when set totrue
a newly sent message will not trigger a push notification.skipEnrichUrl
: when set totrue
the URL contained inside the message will not be enriched as a link
stream-chat-android-compose
✅ Added
- Added the property
skipEnrichUrl
toImagePreviewViewModelFactory
,ImagePreviewViewModel
andImagePreviewContract.Input
constructors and the functionsStreamAttachmentFactories.defaultFactories()
,ImageAttachmentFactory()
,ImageAttachmentContent()
. When set to false, updating a message by deleting an attachment inside the message will skip the URL enrichment process, meaning the links will not be transformed to link attachments. Any existing link attachments will be preserved. #4701 - Added the following parameters to
MessagesScreen
. #4701skipPushNotification
: when set totrue
a newly sent message will not trigger a push notification.skipEnrichUrl
: when set totrue
the URL contained inside the message will not be enriched as a link.