pull/508/head
Brice-W 4 years ago
parent d027d0c640
commit cc24e29cb2

@ -162,4 +162,4 @@ interface StorageProtocol {
// Data Extraction Notification // Data Extraction Notification
fun insertDataExtractionNotificationMessage(senderPublicKey: String, message: DataExtractionNotificationInfoMessage, groupID: String?, sentTimestamp: Long) fun insertDataExtractionNotificationMessage(senderPublicKey: String, message: DataExtractionNotificationInfoMessage, groupID: String?, sentTimestamp: Long)
} }

@ -73,5 +73,4 @@ class DataExtractionNotification(): ControlMessage() {
return null return null
} }
} }
}
}

Loading…
Cancel
Save