Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Oct 7, 2021
1 parent 9c8d48d commit 55681b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ data class SimpleNotifiableEvent(
) : NotifiableEvent {

override var hasBeenDisplayed: Boolean = false

}

0 comments on commit 55681b1

Please sign in to comment.