This commit is contained in:
Brice-W 2021-04-09 16:36:18 +10:00
parent db415f371a
commit 40015c2898
2 changed files with 1 additions and 3 deletions

View File

@ -147,8 +147,6 @@ public class IncomingMediaMessage {
return linkPreviews;
}
public DataExtractionNotificationInfoMessage getDataExtractionNotification() { return dataExtractionNotification; }
public boolean isUnidentified() {
return unidentified;
}

View File

@ -13,4 +13,4 @@ class DataExtractionNotificationInfoMessage {
this.kind = kind
}
}
}