show room ID in consequence log

This commit is contained in:
jesopo 2022-03-21 14:05:20 +00:00 committed by Jess Porter
parent afd003b905
commit fccb4627ce

View File

@ -871,7 +871,9 @@ export class Mjolnir {
break;
}
let message = `protection ${protection.name} enacting ${ConsequenceType[consequence.type]} against ${htmlEscape(sender)}`;
let message = `protection ${protection.name} enacting ${ConsequenceType[consequence.type]}`
+ ` against ${htmlEscape(sender)}`
+ ` in ${htmlEscape(roomId)}`;
if (consequence.reason !== undefined) {
// even though internally-sourced, there's no promise that `consequence.reason`
// will never have user-supplied information, so escape it