diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp
index 26a2f72eb8f8a34a1ee434066616ff875a3053a9..2c97d576e09f8f0d060865ac7aa5f81ed1e954a9 100644
--- a/src/timeline/TimelineModel.cpp
+++ b/src/timeline/TimelineModel.cpp
@@ -776,7 +776,6 @@ TimelineModel::internalAddEvents(
                                 emit newEncryptedImage(encInfo.value());
 
                         if (emitCallEvents) {
-                                // event room_id is not set, apparently due to spec bug
                                 if (auto callInvite = std::get_if<
                                       mtx::events::RoomEvent<mtx::events::msg::CallInvite>>(&e_)) {
                                         callInvite->room_id = room_id_.toStdString();
@@ -802,7 +801,6 @@ TimelineModel::internalAddEvents(
                 }
 
                 if (emitCallEvents) {
-                        // event room_id is not set, apparently due to spec bug
                         if (auto callInvite =
                               std::get_if<mtx::events::RoomEvent<mtx::events::msg::CallInvite>>(
                                 &e)) {