mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
move quote model to libsession
This commit is contained in:
parent
31efdb7ddb
commit
27ea170194
@ -0,0 +1,11 @@
|
|||||||
|
package org.session.libsession.messaging.sending_receiving.quotes
|
||||||
|
|
||||||
|
import org.session.libsession.messaging.messages.visible.Attachment
|
||||||
|
import org.session.libsession.messaging.threads.Address
|
||||||
|
|
||||||
|
class QuoteModel(val id: Long,
|
||||||
|
val author: Address,
|
||||||
|
val text: String,
|
||||||
|
val missing: Boolean,
|
||||||
|
val attachments: List<Attachment>?) {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user