File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ export class BasicFloodingProtection
170170 ) : Promise < ActionResult < void > > {
171171 // If the sender is draupnir, ignore the message
172172 if ( event [ "sender" ] === this . draupnir . clientUserID ) {
173- log . info ( `Ignoring message from self: ${ event . event_id } ` ) ;
173+ log . debug ( `Ignoring message from self: ${ event . event_id } ` ) ;
174174 return Ok ( undefined ) ;
175175 }
176176 const forUser = lastEventsForUser (
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ export class WordListProtection
140140 ) : Promise < ActionResult < void > > {
141141 // If the sender is draupnir, ignore the message
142142 if ( event [ "sender" ] === this . draupnir . clientUserID ) {
143- log . info ( `Ignoring message from self: ${ event . event_id } ` ) ;
143+ log . debug ( `Ignoring message from self: ${ event . event_id } ` ) ;
144144 return Ok ( undefined ) ;
145145 }
146146 const minsBeforeTrusting =
You can’t perform that action at this time.
0 commit comments