diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-03-24 14:26:25 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-03-27 19:51:43 -0400 |
| commit | 58cdee77d5d7a8dceef39683695d33947a614070 (patch) | |
| tree | c68d2544191043adc30d60a57795ea5e0ad67a09 /packages/megalodon/src/index.ts | |
| parent | don't render CW as HTML for mastodon (diff) | |
| download | sharkey-58cdee77d5d7a8dceef39683695d33947a614070.tar.gz sharkey-58cdee77d5d7a8dceef39683695d33947a614070.tar.bz2 sharkey-58cdee77d5d7a8dceef39683695d33947a614070.zip | |
convert notification types in mastodon API
Diffstat (limited to 'packages/megalodon/src/index.ts')
| -rw-r--r-- | packages/megalodon/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/megalodon/src/index.ts b/packages/megalodon/src/index.ts index 621f007ccf..7a4f10ab02 100644 --- a/packages/megalodon/src/index.ts +++ b/packages/megalodon/src/index.ts @@ -6,7 +6,7 @@ import { MegalodonInterface, WebSocketInterface } from './megalodon' import { detector } from './detector' import Misskey from './misskey' import Entity from './entity' -import NotificationType from './notification' +import * as NotificationType from './notification' import FilterContext from './filter_context' import Converter from './converter' import MastodonEntity from './mastodon/entity'; |