Fix tests now that Mentions feature is enabled.

This commit is contained in:
Benoit Marty 2023-12-21 17:15:17 +01:00 committed by Benoit Marty
parent 1b06b7dc5c
commit 5d1b7c6446
4 changed files with 94 additions and 103 deletions

View file

@ -186,7 +186,7 @@ class TimelinePresenter @AssistedInject constructor(
showReadReceipts = readReceiptsEnabled,
newEventState = newItemState.value,
sessionState = sessionState,
eventSink = ::handleEvents
eventSink = { handleEvents(it) }
)
}