@cutls/megalodon
Version:
Mastodon, Pleroma, Misskey API client for node.js and browser
15 lines (14 loc) • 669 B
JavaScript
var MisskeyNotificationType
;((MisskeyNotificationType) => {
MisskeyNotificationType.Follow = 'follow'
MisskeyNotificationType.Mention = 'mention'
MisskeyNotificationType.Reply = 'reply'
MisskeyNotificationType.Renote = 'renote'
MisskeyNotificationType.Quote = 'quote'
MisskeyNotificationType.Reaction = 'favourite'
MisskeyNotificationType.PollVote = 'pollVote'
MisskeyNotificationType.ReceiveFollowRequest = 'receiveFollowRequest'
MisskeyNotificationType.FollowRequestAccepted = 'followRequestAccepted'
MisskeyNotificationType.GroupInvited = 'groupInvited'
})(MisskeyNotificationType || (MisskeyNotificationType = {}))
export default MisskeyNotificationType