forked from Henry-Hiles/nexus
fix bug in timeline
This commit is contained in:
parent
79fe4ea440
commit
0e6b9a8133
4 changed files with 36 additions and 19 deletions
|
|
@ -28,7 +28,7 @@ abstract class Room with _$Room {
|
|||
abstract class TimelineRowTuple with _$TimelineRowTuple {
|
||||
const factory TimelineRowTuple({
|
||||
@JsonKey(name: "timeline_rowid") required int timelineRowId,
|
||||
@JsonKey(name: "timeline_eventid") int? eventRowId,
|
||||
@JsonKey(name: "event_rowid") int? eventRowId,
|
||||
}) = _TimelineRowTuple;
|
||||
|
||||
factory TimelineRowTuple.fromJson(Map<String, Object?> json) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue