mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 19:28:28 +00:00
refactor: prune room legacy
This commit is contained in:
@@ -27,7 +27,7 @@ export function resolveConversationLabel(ctx: MsgContext): string | undefined {
|
||||
}
|
||||
|
||||
const base =
|
||||
ctx.GroupRoom?.trim() ||
|
||||
ctx.GroupChannel?.trim() ||
|
||||
ctx.GroupSubject?.trim() ||
|
||||
ctx.GroupSpace?.trim() ||
|
||||
ctx.From?.trim() ||
|
||||
|
||||
Reference in New Issue
Block a user