summaryrefslogtreecommitdiffstats
path: root/src/models/constants.ts
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-07-01 11:07:58 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-07-01 11:15:57 +0200
commit904273d4a1ade3fa07e26cac1fab44f0c2cb0333 (patch)
treedb11f228be8426da053cc2f79573b5d8f3f87b63 /src/models/constants.ts
parentee443f249edd2a7f8506b98ade7e58eacfed5def (diff)
Properlyu manage initiator on join/leave
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/models/constants.ts')
-rw-r--r--src/models/constants.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/models/constants.ts b/src/models/constants.ts
index b7a9b7f5..67b0e7ee 100644
--- a/src/models/constants.ts
+++ b/src/models/constants.ts
@@ -211,6 +211,7 @@ export enum CircleConfigs {
}
export enum MemberStatus {
- INVITED = 'invited',
+ INVITED = 'Invited',
+ MEMBER = 'Member',
REQUESTING = 'Requesting',
}