mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-08-28 23:00:45 +00:00
Fix bug where poller only showed reports from protected rooms.
Was introduced in https://github.com/matrix-org/mjolnir/pull/371 for whatever reason.
This commit is contained in:
@@ -109,9 +109,6 @@ export class ReportPoller {
|
||||
continue;
|
||||
}
|
||||
const report = reportResult.ok;
|
||||
if (!this.draupnir.protectedRoomsSet.isProtectedRoom(report.room_id)) {
|
||||
continue;
|
||||
}
|
||||
// FIXME: shouldn't we have a SafeMatrixSendClient in the BotSDKMPS that gives us ActionResult's with
|
||||
// Decoded events.
|
||||
// Problem is that our current event model isn't going to match up with extensible events.
|
||||
|
||||
Reference in New Issue
Block a user