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

View file

@ -9,7 +9,8 @@ import MisskeyEntity from './entity'
import MegalodonEntity from '../entity'
import WebSocket from './web_socket'
import MisskeyNotificationType from './notification'
import NotificationType, { UnknownNotificationTypeError } from '../notification'
import * as NotificationType from '../notification'
import { UnknownNotificationTypeError } from '../notification';
namespace MisskeyAPI {
export namespace Entity {