1
0

convert notification types in mastodon API

This commit is contained in:
Hazelnoot
2025-03-24 14:26:25 -04:00
parent 8a9979b3d3
commit 58cdee77d5
7 changed files with 84 additions and 41 deletions
+1 -1
View File
@@ -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';