mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 12:38:27 +00:00
clean
This commit is contained in:
parent
e2e78ce5fb
commit
2cdbbd1d23
@ -66,8 +66,4 @@ class Attachment {
|
||||
fun toProto(): SignalServiceProtos.AttachmentPointer? {
|
||||
TODO("Not implemented")
|
||||
}
|
||||
|
||||
override fun toProto(messageDataProvider: MessageDataProvider): SignalServiceProtos.AttachmentPointer? {
|
||||
TODO("Not implemented")
|
||||
}
|
||||
}
|
@ -14,8 +14,4 @@ class Contact() {
|
||||
fun toProto(): SignalServiceProtos.DataMessage.Contact? {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
|
||||
override fun toProto(messageDataProvider: MessageDataProvider): SignalServiceProtos.DataMessage.Contact? {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
@ -57,8 +57,4 @@ class Profile() {
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
override fun toProto(messageDataProvider: MessageDataProvider): SignalServiceProtos.DataMessage? {
|
||||
return toProto()
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user