mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
🐛 fix: when use market group, the group sys role was not used (#11739)
fix: when use market group, the group sys role was not used
This commit is contained in:
@@ -130,7 +130,7 @@ const ForkGroupAndChat = memo<{ mobile?: boolean }>(() => {
|
||||
forkedFromIdentifier: identifier, // Store the source group identifier
|
||||
},
|
||||
// Group content is the supervisor's systemRole (for backward compatibility)
|
||||
content: supervisorConfig?.systemRole || config.systemRole,
|
||||
content: config.systemRole || supervisorConfig?.systemRole,
|
||||
...meta,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user