repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
docs-shared
/
lib
/
CommentThreadState.ts
blob
46aaa5a35eb2167b69abd2040b9cc2102dee3ed0
1
export enum CommentThreadState {
2
Active = 1,
3
4
/** Normal threads only */
5
Resolved = 2,
6
7
/** Suggestion threads only */
8
Accepted = 4,
9
Rejected = 5,
10
}