convert notification types in mastodon API
This commit is contained in:
parent
8a9979b3d3
commit
58cdee77d5
7 changed files with 84 additions and 41 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue