refactor: Switch to Hive Collections DB

This commit is contained in:
Christian Pauly 2022-05-30 13:44:05 +02:00
commit c249ebb97c
29 changed files with 347 additions and 216 deletions

View file

@ -62,7 +62,7 @@ Future<void> pushHelper(
final matrixLocals = MatrixLocals(l10n);
// Calculate the body
final body = event.getLocalizedBody(
final body = await event.calcLocalizedBody(
matrixLocals,
plaintextBody: true,
withSenderNamePrefix: !event.room.isDirectChat,