feat: Stories

This commit is contained in:
Krille Fear 2021-12-24 13:18:09 +00:00
commit 231a2e26f9
13 changed files with 1065 additions and 4 deletions

View file

@ -85,7 +85,12 @@ abstract class ClientManager {
if (kIsWeb || PlatformInfos.isMobile || PlatformInfos.isLinux)
KeyVerificationMethod.emoji,
},
importantStateEvents: <String>{'im.ponies.room_emotes'},
importantStateEvents: <String>{
// To make room emotes work
'im.ponies.room_emotes',
// To check which story room we can post in
EventTypes.RoomPowerLevels,
},
databaseBuilder: FlutterFluffyBoxDatabase.databaseBuilder,
legacyDatabaseBuilder: FlutterMatrixHiveStore.hiveDatabaseBuilder,
supportedLoginTypes: {