fix: remove Sora DI from wire_gen.go and clean remaining upstream Sora references

This commit is contained in:
erio
2026-04-05 17:50:01 +08:00
parent 08e69af572
commit c6089ccb33
5 changed files with 2 additions and 397 deletions

View File

@@ -651,8 +651,6 @@ func groupEntityToService(g *dbent.Group) *service.Group {
SupportedModelScopes: g.SupportedModelScopes,
SortOrder: g.SortOrder,
AllowMessagesDispatch: g.AllowMessagesDispatch,
RequireOAuthOnly: g.RequireOauthOnly,
RequirePrivacySet: g.RequirePrivacySet,
DefaultMappedModel: g.DefaultMappedModel,
CreatedAt: g.CreatedAt,
UpdatedAt: g.UpdatedAt,