Alert layer should handle alerts by UUID if messages are received out of sequence

This commit is contained in:
Dan Paulat 2025-04-05 08:14:18 -05:00
parent 3f83c8e4a9
commit 16507adbe9
5 changed files with 46 additions and 7 deletions

View file

@ -245,7 +245,7 @@ void TextEventManager::Impl::HandleMessage(
if (updated)
{
Q_EMIT self_->AlertUpdated(key, messageIndex);
Q_EMIT self_->AlertUpdated(key, messageIndex, message->uuid());
}
}