formatting
This commit is contained in:
parent
86b500445f
commit
56e2b79774
@ -24,6 +24,7 @@ sealed interface NotifiableEvent : Serializable {
|
||||
val eventId: String
|
||||
val editedEventId: String?
|
||||
var hasBeenDisplayed: Boolean
|
||||
|
||||
// Used to know if event should be replaced with the one coming from eventstream
|
||||
val canBeReplaced: Boolean
|
||||
val isRedacted: Boolean
|
||||
|
@ -30,5 +30,4 @@ data class SimpleNotifiableEvent(
|
||||
) : NotifiableEvent {
|
||||
|
||||
override var hasBeenDisplayed: Boolean = false
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user