This commit is contained in:
Brice-W 2021-04-08 15:11:46 +10:00
parent d027d0c640
commit cc24e29cb2
2 changed files with 2 additions and 3 deletions

View File

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

View File

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