We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5e571 commit faa4eebCopy full SHA for faa4eeb
backend/src/services/activityService.ts
@@ -185,7 +185,7 @@ export default class ActivityService {
185
} else {
186
// neither child nor parent is in a conversation, create one from parent
187
const conversationTitle = await conversationService.generateTitle(
188
- parent.crowdInfo.body,
+ parent.crowdInfo.title ? parent.crowdInfo.title : parent.crowdInfo.body,
189
ActivityService.hasHtmlActivities(parent.platform),
190
)
191
const conversationSettings = await ConversationSettingsService.findOrCreateDefault(
0 commit comments