mirror of
https://github.com/Stone-Red-Code/EchoHub.git
synced 2026-09-05 23:40:05 +02:00
feat: add audio playback and file download features with corresponding UI updates
This commit is contained in:
@@ -108,6 +108,7 @@ while (true)
|
||||
builder.Services.AddSingleton<FileStorageService>();
|
||||
builder.Services.AddSingleton<LinkEmbedService>();
|
||||
builder.Services.AddHostedService<ServerDirectoryService>();
|
||||
builder.Services.AddHostedService<FileCleanupService>();
|
||||
|
||||
// ── Encryption ─────────────────────────────────────────────────────
|
||||
builder.Services.AddSingleton<IMessageEncryptionService, MessageEncryptionService>();
|
||||
|
||||
Reference in New Issue
Block a user