Skip to content

Commit

Permalink
refactor: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Apr 30, 2024
1 parent 4f60e1d commit 7ed809d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/room.dart
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,6 @@ class Room {
/// Wheither this is a direct chat or not
bool get isDirectChat => directChatMatrixID != null;

/// Must be one of [all, mention]
String? notificationSettings;

Event? _lastEvent;

set lastEvent(Event? event) {
Expand Down Expand Up @@ -417,7 +414,6 @@ class Room {
this.highlightCount = 0,
this.prev_batch,
required this.client,
this.notificationSettings,
Map<String, BasicRoomEvent>? roomAccountData,
RoomSummary? summary,
Event? lastEvent,
Expand Down

0 comments on commit 7ed809d

Please sign in to comment.