stream-chat-android-client
✅ Added
- Added the following parameters to
Message. #4701skipPushNotification: when set totruea newly sent message will not trigger a push notification.skipEnrichUrl: when set totruethe URL contained inside the message will not be enriched as a link
stream-chat-android-compose
✅ Added
- Added the property
skipEnrichUrltoImagePreviewViewModelFactory,ImagePreviewViewModelandImagePreviewContract.Inputconstructors 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 totruea newly sent message will not trigger a push notification.skipEnrichUrl: when set totruethe URL contained inside the message will not be enriched as a link.