feat: Light implementation of spaces drawer
This commit is contained in:
parent
81f224bb98
commit
78222ab55d
3 changed files with 331 additions and 264 deletions
|
|
@ -44,6 +44,9 @@ void main() async {
|
|||
KeyVerificationMethod.emoji,
|
||||
},
|
||||
importantStateEvents: <String>{
|
||||
EventTypes.spaceChild,
|
||||
EventTypes.spaceParent,
|
||||
EventTypes.RoomCreate,
|
||||
'im.ponies.room_emotes', // we want emotes to work properly
|
||||
},
|
||||
databaseBuilder: FlutterMatrixHiveStore.hiveDatabaseBuilder,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue