DM message last preview

This commit is contained in:
2024-08-02 00:54:19 +08:00
parent c6b2ef8459
commit a0a3a8d182
2 changed files with 54 additions and 22 deletions

View File

@ -16,7 +16,7 @@ class ChatEventController {
Channel? channel;
String? scope;
initialize() async {
Future<void> initialize() async {
if (!PlatformInfo.isWeb) {
database = await createHistoryDb();
}