Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-01-19 09:13:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-19 09:13:54 +0300
commit7aa48fbe89286a7aac3638d38dac909396f7b917 (patch)
treea864230e735337bda7101b7291db79ce48485150 /app/models/member.rb
parent57007c0e6462c5ad9ac8362ea0f46d46b9d12056 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/member.rb')
-rw-r--r--app/models/member.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/models/member.rb b/app/models/member.rb
index 7d4c0bb2c59..6c0503dca3f 100644
--- a/app/models/member.rb
+++ b/app/models/member.rb
@@ -18,9 +18,8 @@ class Member < ApplicationRecord
AVATAR_SIZE = 40
ACCESS_REQUEST_APPROVERS_TO_BE_NOTIFIED_LIMIT = 10
- STATE_CREATED = 0
+ STATE_ACTIVE = 0
STATE_AWAITING = 1
- STATE_ACTIVE = 2
attr_accessor :raw_invite_token