Timeline : uniqueId exposed as String directly from matrix module.
This commit is contained in:
parent
7749ccc619
commit
f961d81eb0
9 changed files with 29 additions and 34 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue