diff options
| -rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index 668fb71..1935c25 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1034,6 +1034,12 @@ sub handle_request {  								[ $message->{header}, $message->{lead} ] );  						}  					} +					for my $message ( @{ $departures[-1]{moreinfo} // [] } ) { +						my $m = $message->[1]; +						@him_messages +						  = grep { $_->[0] !~ m{Information\. $m\.$} } +						  @him_messages; +					}  					unshift( @{ $departures[-1]{moreinfo} }, @him_messages );  				}  			} | 
