Add ConversationLog (start/append/end with monotonic per-convo index)

This commit is contained in:
2026-06-11 21:13:50 +00:00
parent 99cfe60a2c
commit 13d8773704
3 changed files with 135 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ builder.Services.AddAuthorization();
builder.Services.AddScoped<backend.Devices.DeviceTokenService>();
builder.Services.AddScoped<backend.Pairing.PairingService>();
builder.Services.AddSingleton<backend.Install.InstallScriptBuilder>();
builder.Services.AddScoped<backend.Conversations.ConversationLog>();
var app = builder.Build();