Skip to content

Commit faa4eeb

Browse files
author
Joan Reyero
authored
Fixed (#44)
1 parent 7c5e571 commit faa4eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/services/activityService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export default class ActivityService {
185185
} else {
186186
// neither child nor parent is in a conversation, create one from parent
187187
const conversationTitle = await conversationService.generateTitle(
188-
parent.crowdInfo.body,
188+
parent.crowdInfo.title ? parent.crowdInfo.title : parent.crowdInfo.body,
189189
ActivityService.hasHtmlActivities(parent.platform),
190190
)
191191
const conversationSettings = await ConversationSettingsService.findOrCreateDefault(

0 commit comments

Comments
 (0)