diff options
Diffstat (limited to 'server/initializers')
-rw-r--r-- | server/initializers/constants.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index e3f7ceb4a..99ae64f8d 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -129,7 +129,8 @@ const ACTOR_FOLLOW_SCORE = { | |||
129 | 129 | ||
130 | const FOLLOW_STATES: { [ id: string ]: FollowState } = { | 130 | const FOLLOW_STATES: { [ id: string ]: FollowState } = { |
131 | PENDING: 'pending', | 131 | PENDING: 'pending', |
132 | ACCEPTED: 'accepted' | 132 | ACCEPTED: 'accepted', |
133 | REJECTED: 'rejected' | ||
133 | } | 134 | } |
134 | 135 | ||
135 | const REMOTE_SCHEME = { | 136 | const REMOTE_SCHEME = { |