refactor: Remove unused variable

This commit is contained in:
Krille 2024-04-29 15:45:21 +02:00
parent 4f60e1d604
commit 7ed809d748
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652
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,