mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 18:59:12 +03:00
Remove unused code
This commit is contained in:
parent
694b8de034
commit
f9e03aa99e
1 changed files with 0 additions and 2 deletions
|
@ -48,9 +48,7 @@ internal open class EventEntity(@Index var eventId: String = "",
|
|||
@Index var isRootThread: Boolean = false,
|
||||
@Index var rootThreadEventId: String? = null,
|
||||
var numberOfThreads: Int = 0,
|
||||
// var threadNotificationState: Boolean = false,
|
||||
var threadSummaryLatestMessage: TimelineEventEntity? = null
|
||||
|
||||
) : RealmObject() {
|
||||
|
||||
private var sendStateStr: String = SendState.UNKNOWN.name
|
||||
|
|
Loading…
Add table
Reference in a new issue