diff options
| author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2023-03-25 08:20:41 +0100 |
|---|---|---|
| committer | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2023-03-25 08:20:41 +0100 |
| commit | 772e05e8351900c346fef04e8db714c027bf65c5 (patch) | |
| tree | cdd994b982255bf80b2af2f7bfdf384a712f6e14 /packages/misskey-js/src/consts.ts | |
| parent | Revert "Additional changes for the merge" (diff) | |
| download | misskey-772e05e8351900c346fef04e8db714c027bf65c5.tar.gz misskey-772e05e8351900c346fef04e8db714c027bf65c5.tar.bz2 misskey-772e05e8351900c346fef04e8db714c027bf65c5.zip | |
Revert "Subtree merged in packages/misskey-js"
This reverts commit 3b524f32bfadfa76d28ef26600642bd190118da3, reversing
changes made to 5be54451a8b4ac06f2f54d947bb920605dddff55.
Diffstat (limited to 'packages/misskey-js/src/consts.ts')
| -rw-r--r-- | packages/misskey-js/src/consts.ts | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/packages/misskey-js/src/consts.ts b/packages/misskey-js/src/consts.ts deleted file mode 100644 index 261ecd33f4..0000000000 --- a/packages/misskey-js/src/consts.ts +++ /dev/null @@ -1,42 +0,0 @@ -export const notificationTypes = ['follow', 'mention', 'reply', 'renote', 'quote', 'reaction', 'pollVote', 'pollEnded', 'receiveFollowRequest', 'followRequestAccepted', 'groupInvited', 'app'] as const; - -export const noteVisibilities = ['public', 'home', 'followers', 'specified'] as const; - -export const mutedNoteReasons = ['word', 'manual', 'spam', 'other'] as const; - -export const ffVisibility = ['public', 'followers', 'private'] as const; - -export const permissions = [ - 'read:account', - 'write:account', - 'read:blocks', - 'write:blocks', - 'read:drive', - 'write:drive', - 'read:favorites', - 'write:favorites', - 'read:following', - 'write:following', - 'read:messaging', - 'write:messaging', - 'read:mutes', - 'write:mutes', - 'write:notes', - 'read:notifications', - 'write:notifications', - 'read:reactions', - 'write:reactions', - 'write:votes', - 'read:pages', - 'write:pages', - 'write:page-likes', - 'read:page-likes', - 'read:user-groups', - 'write:user-groups', - 'read:channels', - 'write:channels', - 'read:gallery', - 'write:gallery', - 'read:gallery-likes', - 'write:gallery-likes', -]; |