Fix Mark as read notification
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user