diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-03-06 15:58:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-06 15:58:44 +0900 |
| commit | c17c42fa05bcbcc38c7a4395d1bb3d2336d3d402 (patch) | |
| tree | 7937078168fe5374a46b3fb07e85e2d957897a6c | |
| parent | NoteUpdatedEvent に unreacted を追加 (diff) | |
| download | misskey-c17c42fa05bcbcc38c7a4395d1bb3d2336d3d402.tar.gz misskey-c17c42fa05bcbcc38c7a4395d1bb3d2336d3d402.tar.bz2 misskey-c17c42fa05bcbcc38c7a4395d1bb3d2336d3d402.zip | |
Update consts.ts
| -rw-r--r-- | src/consts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consts.ts b/src/consts.ts index ac2053b174..261ecd33f4 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,4 +1,4 @@ -export const notificationTypes = ['follow', 'mention', 'reply', 'renote', 'quote', 'reaction', 'pollVote', 'receiveFollowRequest', 'followRequestAccepted', 'groupInvited', 'app'] as const; +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; |