Also track original room id

This commit is contained in:
MTRNord 2022-12-20 20:58:30 +01:00
parent 679a55d280
commit 6314c75c9f
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ class Bot {
"space.midnightthoughts.spam_score": prediction_value.toFixed(3),
"space.midnightthoughts.sending_user": mxid,
"space.midnightthoughts.sending_room": roominfo,
"space.midnightthoughts.event_id": event.eventId,
});
await this.client.unstableApis.addReactionToEvent(this.config.warningsRoom, alert_event_id, BAN_REACTION);