Add Instagram-style social features and Postman collections
هذا الالتزام موجود في:
8
src/common/enums/reaction-type.enum.ts
Normal file
8
src/common/enums/reaction-type.enum.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export enum ReactionType {
|
||||
LIKE = 'like',
|
||||
LOVE = 'love',
|
||||
HAHA = 'haha',
|
||||
WOW = 'wow',
|
||||
SAD = 'sad',
|
||||
ANGRY = 'angry',
|
||||
}
|
||||
11
src/common/enums/report-reason.enum.ts
Normal file
11
src/common/enums/report-reason.enum.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export enum ReportReason {
|
||||
SPAM = 'spam',
|
||||
HARASSMENT = 'harassment',
|
||||
HATE_SPEECH = 'hate_speech',
|
||||
NUDITY = 'nudity',
|
||||
VIOLENCE = 'violence',
|
||||
SCAM = 'scam',
|
||||
INTELLECTUAL_PROPERTY = 'intellectual_property',
|
||||
SELF_HARM = 'self_harm',
|
||||
OTHER = 'other',
|
||||
}
|
||||
المرجع في مشكلة جديدة
حظر مستخدم