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 e8fb130a37
commit 6ff48c2ee4
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) }
)
}