mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 06:52:35 +01:00
refactor: Remove default important state events
This commit is contained in:
parent
c2b8ef6ef6
commit
1382cfd889
@ -44,9 +44,6 @@ void main() async {
|
|||||||
KeyVerificationMethod.emoji,
|
KeyVerificationMethod.emoji,
|
||||||
},
|
},
|
||||||
importantStateEvents: <String>{
|
importantStateEvents: <String>{
|
||||||
EventTypes.spaceChild,
|
|
||||||
EventTypes.spaceParent,
|
|
||||||
EventTypes.RoomCreate,
|
|
||||||
'im.ponies.room_emotes', // we want emotes to work properly
|
'im.ponies.room_emotes', // we want emotes to work properly
|
||||||
},
|
},
|
||||||
databaseBuilder: FlutterMatrixHiveStore.hiveDatabaseBuilder,
|
databaseBuilder: FlutterMatrixHiveStore.hiveDatabaseBuilder,
|
||||||
|
Loading…
Reference in New Issue
Block a user