Merge pull request #1780 from famedly/krille/remove-unused-variable

refactor: Remove unused variable
This commit is contained in:
Nicolas Werner 2024-04-30 08:01:27 +02:00 committed by GitHub
commit e6631f4718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -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) {
@ -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,