Skip to content

Commit

Permalink
Added reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaranov committed Mar 25, 2023
1 parent f7997be commit 29b290f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/modules/chat_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class ChatManager {
ChatManager({required this.dbManager});

Future<bool> createChat({required String id, required String name}) async {
// TODO: add platform
var creationResult = await dbManager.chat.createChat(id, name);

return creationResult == 1;
Expand Down

0 comments on commit 29b290f

Please sign in to comment.