mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 18:57:42 +00:00
move quote model to libsession
This commit is contained in:
@@ -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>?) {
|
||||||
|
}
|
Reference in New Issue
Block a user