refactor(backend): alihkan manajemen session ke zesdex-iam (SessionRepository/SessionLockRepository)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
asepharyana
2026-07-17 09:08:41 +07:00
co-authored by Claude Sonnet 5
parent 4ab812d93b
commit add6845edf
4 changed files with 31 additions and 17 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ pub struct AppStateRest {
pub mention_index: MentionIndex,
pub edit_log: EditLog,
pub session_runtime: Option<SessionRuntime>,
pub sessions: Vec<crate::model::session::Session>,
pub sessions: Vec<zesdex_iam::domain::session::Session>,
pub transcript_cache: TranscriptCache,
pub scroll: ScrollState,
pub input: InputState,