mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-26 18:46:44 +00:00
Include (somehow missed) support for send/receive encrypted MMS.
This commit is contained in:
@@ -51,7 +51,7 @@ public class RetrieveConf extends MultimediaMessagePdu {
|
||||
* @param headers Headers for this PDU.
|
||||
* @param body Body of this PDu.
|
||||
*/
|
||||
RetrieveConf(PduHeaders headers, PduBody body) {
|
||||
public RetrieveConf(PduHeaders headers, PduBody body) {
|
||||
super(headers, body);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user