Fix issue when retrieving Event detail. The wrong method was used.
This commit is contained in:
parent
e49d098172
commit
a60779a28c
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ class RustTimeline(
|
|||
|
||||
private fun fetchDetailsForEvent(eventId: EventId): Result<Unit> {
|
||||
return runCatching {
|
||||
inner.getEventTimelineItemByEventId(eventId.value)
|
||||
inner.fetchDetailsForEvent(eventId.value)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue