mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
formatting
This commit is contained in:
parent
86b500445f
commit
56e2b79774
2 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue