mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-27 00:36:42 +00:00
finishing data extraction handling
This commit is contained in:
@@ -368,6 +368,8 @@ public class MediaPreviewActivity extends PassphraseRequiredActionBarActivity im
|
||||
* Send a MediaSaved notification to the recipient
|
||||
*/
|
||||
private void sendMediaSavedNotificationIfNeeded() {
|
||||
// we don't send media saved notification for groups
|
||||
if (conversationRecipient.isGroupRecipient()) return;
|
||||
DataExtractionNotification message = new DataExtractionNotification(new DataExtractionNotification.Kind.MediaSaved(System.currentTimeMillis()));
|
||||
MessageSender.send(message, conversationRecipient.getAddress());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user