hide restricted edit history from mastodon api (resolves #811)
This commit is contained in:
parent
bd95e8a555
commit
3550ce27d5
5 changed files with 65 additions and 10 deletions
|
|
@ -28,6 +28,7 @@ import { OpenApiServerService } from './api/openapi/OpenApiServerService.js';
|
|||
import { ClientServerService } from './web/ClientServerService.js';
|
||||
import { MastoConverters } from './api/mastodon/converters.js';
|
||||
import { MastodonLogger } from './api/mastodon/MastodonLogger.js';
|
||||
import { MastodonDataService } from './api/mastodon/MastodonDataService.js';
|
||||
import { FeedService } from './web/FeedService.js';
|
||||
import { UrlPreviewService } from './web/UrlPreviewService.js';
|
||||
import { ClientLoggerService } from './web/ClientLoggerService.js';
|
||||
|
|
@ -105,6 +106,7 @@ import { SigninWithPasskeyApiService } from './api/SigninWithPasskeyApiService.j
|
|||
OAuth2ProviderService,
|
||||
MastoConverters,
|
||||
MastodonLogger,
|
||||
MastodonDataService,
|
||||
],
|
||||
exports: [
|
||||
ServerService,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue