nit: remove old comment

This commit is contained in:
Rasmus Karlsson 2024-10-27 13:14:41 +01:00
parent 2e30ebc825
commit 6d6541d0b5
No known key found for this signature in database

View file

@ -241,7 +241,6 @@ LimitedQueueSnapshot<MessagePtr> SearchPopup::buildSnapshot()
const LimitedQueueSnapshot<MessagePtr> &snapshot =
sharedView.channel()->getMessageSnapshot();
// TODO: implement iterator on LimitedQueueSnapshot?
for (const auto &message : snapshot)
{
if (filterSet && !filterSet->filter(message, sharedView.channel()))