Merge commit 'a324edabdf
' into upstream-20250416
This commit is contained in:
commit
94eb912030
71 changed files with 513 additions and 141 deletions
|
@ -20,7 +20,7 @@ class List < ApplicationRecord
|
|||
|
||||
PER_ACCOUNT_LIMIT = 50
|
||||
|
||||
enum :replies_policy, { list: 0, followed: 1, none: 2 }, prefix: :show
|
||||
enum :replies_policy, { list: 0, followed: 1, none: 2 }, prefix: :show, validate: true
|
||||
|
||||
belongs_to :account
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue