Skip to content

Commit

Permalink
Merge branch 'EN-7996-outing-conversation' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-entourage committed Mar 10, 2025
2 parents bc78a16 + 6e5c591 commit 75245bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/serializers/v1/conversation_home_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class ConversationHomeSerializer < ActiveModel::Serializer

def type
return :private if private_conversation?
return :outing if object.outing?
return :contribution if object.contribution?

:solicitation
Expand Down

0 comments on commit 75245bb

Please sign in to comment.