We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f777343 commit 7385f67Copy full SHA for 7385f67
src/common/settings.py
@@ -136,7 +136,6 @@
136
'xml', 'year'
137
]
138
139
-
140
LIKED_RETRY_COUNT = 3
141
142
ARTICLE_IMAGE_MAX_WIDTH = 3840
@@ -150,3 +149,16 @@
150
149
151
LIKE_NOTIFICATION_TYPE = 'like'
152
COMMENT_NOTIFICATION_TYPE = 'comment'
+
153
+FRAUD_REASONS = [
154
+ 'violence',
155
+ 'spam',
156
+ 'plagiarism',
157
+ 'slander',
158
+ 'illegal',
159
+ 'other'
160
+]
161
162
+FRAUD_NEED_ORIGINAL_REASONS = ['plagiarism']
163
164
+FRAUD_NEED_DETAIL_REASONS = ['illegal', 'other']
0 commit comments