🐛 Fix sticker service didn't in the DI

This commit is contained in:
2026-01-02 18:16:18 +08:00
parent d036443a36
commit 9c75394aa6

View File

@@ -10,6 +10,7 @@ using DysonNetwork.Sphere.Localization;
using DysonNetwork.Sphere.Poll;
using DysonNetwork.Sphere.Post;
using DysonNetwork.Sphere.Publisher;
using DysonNetwork.Sphere.Sticker;
using DysonNetwork.Sphere.Timeline;
using DysonNetwork.Sphere.Translation;
@@ -95,6 +96,7 @@ public static class ServiceCollectionExtensions
services.AddScoped<PostService>();
services.AddScoped<DiscoveryService>();
services.AddScoped<PollService>();
services.AddScoped<StickerService>();
services.AddScoped<AutocompletionService>();
services.AddScoped<ActivityPubKeyService>();
services.AddScoped<ActivityPubSignatureService>();