aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/ecto_enums.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/ecto_enums.ex')
-rw-r--r--lib/pleroma/ecto_enums.ex3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/ecto_enums.ex b/lib/pleroma/ecto_enums.ex
index 2a9addabc..0e3e1e5de 100644
--- a/lib/pleroma/ecto_enums.ex
+++ b/lib/pleroma/ecto_enums.ex
@@ -9,7 +9,8 @@ defenum(Pleroma.UserRelationship.Type,
mute: 2,
reblog_mute: 3,
notification_mute: 4,
- inverse_subscription: 5
+ inverse_subscription: 5,
+ suggestion_dismiss: 6
)
defenum(Pleroma.FollowingRelationship.State,