Add 'backend/' from commit '040cfd7a75423d4e6136e58a67b40579af4ee966'
git-subtree-dir: backend git-subtree-mainline:ab911955edgit-subtree-split:040cfd7a75
This commit is contained in:
13
backend/src/Web/Features/Contents/Data/Enums/Reaction.cs
Normal file
13
backend/src/Web/Features/Contents/Data/Enums/Reaction.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Hutopy.Web.Features.Contents.Data.Enums;
|
||||
|
||||
public enum Reaction
|
||||
{
|
||||
None = 0,
|
||||
Like = 1,
|
||||
Dislike = 2,
|
||||
Love = 3,
|
||||
Haha = 4,
|
||||
Wow = 5,
|
||||
Sad = 6,
|
||||
Angry = 7
|
||||
}
|
||||
Reference in New Issue
Block a user