Improved message handling / new activity relay handling

This commit is contained in:
Michael 2022-07-27 17:39:00 +00:00
parent 7834359957
commit 86105635ca
26 changed files with 280 additions and 428 deletions

View file

@ -545,7 +545,7 @@ class Tag
break;
default:
Logger:warning('Unknown tag type found', $tag);
Logger::warning('Unknown tag type found', $tag);
}
}
DBA::close($taglist);