bug: single server providers should be keepalived (#899)

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-09-04 23:50:00 +08:00
committed by GitHub
parent a94be6c2c3
commit 1bac986fe0

View File

@@ -41,7 +41,7 @@ abstract class ServerState with _$ServerState {
}
// Individual server state management
@riverpod
@Riverpod(keepAlive: true)
class ServerNotifier extends _$ServerNotifier {
@override
ServerState build(String serverId) {