Prevent the app from crashing when multiple virtual timelineStart items appear in the timeline

This commit is contained in:
Stefan Ceriu
2023-06-28 15:29:44 +03:00
committed by Stefan Ceriu
parent 648a12ad1f
commit 09494c3aed

View File

@@ -17,6 +17,6 @@
import Foundation
struct TimelineStartRoomTimelineItem: DecorationTimelineItemProtocol, Identifiable, Hashable {
let id = "timelineStartTimelineItemIdentifier"
let id: String = UUID().uuidString
let name: String?
}