Keep alive of the chat summary

This commit is contained in:
2025-12-04 22:35:45 +08:00
parent 4181fd0090
commit c6f104afc7
3 changed files with 15 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ class ChatUnreadCountNotifier extends _$ChatUnreadCountNotifier {
}
}
@riverpod
@Riverpod(keepAlive: true)
class ChatSummary extends _$ChatSummary {
@override
Future<Map<String, SnChatSummary>> build() async {