mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-08-28 13:24:04 +00:00
Fix bug where report manager was only being shown 'm.room.message'
This commit is contained in:
+1
-1
@@ -212,8 +212,8 @@ export class Draupnir implements Client {
|
||||
log.info(`Command being run by ${event.sender}: ${commandBeingRun}`);
|
||||
Task(this.client.sendReadReceipt(roomID, event.event_id).then((_) => Ok(undefined)))
|
||||
Task(handleCommand(roomID, event, commandBeingRun, this, this.commandTable).then((_) => Ok(undefined)));
|
||||
this.reportManager.handleTimelineEvent(roomID, event);
|
||||
}
|
||||
this.reportManager.handleTimelineEvent(roomID, event);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user