Skip to content

Commit

Permalink
EN-7996 fix section when outing
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-entourage committed Mar 10, 2025
1 parent 51da815 commit ce83718
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/serializers/v1/conversation_home_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ def user
end

def section
return unless object.action?

object.becomes(object.action_class).section
end

Expand Down

0 comments on commit ce83718

Please sign in to comment.