Timeline : uniqueId exposed as String directly from matrix module.

This commit is contained in:
ganfra 2023-12-15 14:48:49 +01:00
parent 7749ccc619
commit f961d81eb0
9 changed files with 29 additions and 34 deletions

View file

@ -31,7 +31,7 @@ fun aPollTimeline(
return FakeMatrixTimeline(
initialTimelineItems = polls.map { entry ->
MatrixTimelineItem.Event(
entry.key.hashCode().toLong(),
entry.key.value,
anEventTimelineItem(
eventId = entry.key,
content = entry.value,