Skip to content

Commit

Permalink
chore: add tag thingy back
Browse files Browse the repository at this point in the history
  • Loading branch information
td-famedly committed Sep 11, 2024
1 parent 99f4f09 commit acdd813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/room.dart
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ class Room {
if (o is Map<String, dynamic>) {
return Tag(
order: o.tryGet<num>('order', TryGet.silent)?.toDouble(),
additionalProperties: Map.from(o)..remove('order'),
);
}
return Tag();
Expand Down

0 comments on commit acdd813

Please sign in to comment.