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