about summary refs log tree commit diff
path: root/app/models/import.rb
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2020-11-20 16:54:00 -0600
committerStarfall <us@starfall.systems>2020-11-20 16:54:00 -0600
commit19548d0a4bc303ca8017599577e21a6d522eb7bd (patch)
treeef4ada7e8138aa510b0d54509e99ba1fc30995bc /app/models/import.rb
parent383bb3804bdbd6caa442283cc96ef0cdbfdb4575 (diff)
parent24696458bf22c8529b49f89b2791e3e07583b7e0 (diff)
Merge branch 'glitch' into main
Diffstat (limited to 'app/models/import.rb')
-rw-r--r--app/models/import.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/import.rb b/app/models/import.rb
index c78a04d07..702453289 100644
--- a/app/models/import.rb
+++ b/app/models/import.rb
@@ -24,7 +24,7 @@ class Import < ApplicationRecord
 
   belongs_to :account
 
-  enum type: [:following, :blocking, :muting, :domain_blocking]
+  enum type: [:following, :blocking, :muting, :domain_blocking, :bookmarks]
 
   validates :type, presence: true