Rename eventId to focusedEventId for clarity.
This commit is contained in:
parent
986f20b526
commit
1fcaf902e0
6 changed files with 11 additions and 11 deletions
|
|
@ -35,7 +35,7 @@ interface MessagesEntryPoint : FeatureEntryPoint {
|
|||
}
|
||||
|
||||
data class Params(
|
||||
val eventId: EventId?,
|
||||
val focusedEventId: EventId?,
|
||||
)
|
||||
|
||||
interface Callback : Plugin {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue