Skip to content

Commit

Permalink
Fix admin status page error
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed May 30, 2023
1 parent ee72808 commit cf9c1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/status_edit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class PreservedMediaAttachment < ActiveModelSerializers::Model

default_scope { order(id: :asc) }

delegate :local?, :application, :edited?, :edited_at,
delegate :local?, :application, :edited?, :edited_at, :language,
:discarded?, :visibility, to: :status

def emojis
Expand Down

0 comments on commit cf9c1cc

Please sign in to comment.