Fix Mark as read notification

This commit is contained in:
2020-03-20 01:33:48 +01:00
parent 64e3fb0134
commit c55eba4219

View File

@@ -9,7 +9,7 @@ import kotlinx.coroutines.DisposableHandle
import org.joda.time.DateTime import org.joda.time.DateTime
import kotlin.random.Random.Default.nextInt import kotlin.random.Random.Default.nextInt
abstract class Event( open class Event(
val type: String, val type: String,
val createdAt: DateTime = DateTime.now() val createdAt: DateTime = DateTime.now()
) : Serializable { ) : Serializable {