🐛 Fix checking for update db issue
This commit is contained in:
parent
5bdd8e94fa
commit
2c5dd0563a
@ -322,6 +322,7 @@ class ChatMessageController extends ChangeNotifier {
|
||||
notifyListeners();
|
||||
|
||||
final mostRecentMessage = await (_dt.db.snLocalChatMessage.select()
|
||||
..where((e) => e.channelId.equals(channel!.id))
|
||||
..limit(1)
|
||||
..orderBy([
|
||||
(e) =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user