Fix issue when retrieving Event detail. The wrong method was used.
This commit is contained in:
committed by
Benoit Marty
parent
e49d098172
commit
a60779a28c
+1
-1
@@ -517,7 +517,7 @@ class RustTimeline(
|
||||
|
||||
private fun fetchDetailsForEvent(eventId: EventId): Result<Unit> {
|
||||
return runCatching {
|
||||
inner.getEventTimelineItemByEventId(eventId.value)
|
||||
inner.fetchDetailsForEvent(eventId.value)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user