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