Rename eventId to focusedEventId for clarity.

This commit is contained in:
Benoit Marty 2024-04-17 23:06:54 +02:00 committed by Benoit Marty
parent 986f20b526
commit 1fcaf902e0
6 changed files with 11 additions and 11 deletions

View file

@ -35,7 +35,7 @@ interface MessagesEntryPoint : FeatureEntryPoint {
}
data class Params(
val eventId: EventId?,
val focusedEventId: EventId?,
)
interface Callback : Plugin {