summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-07-13 20:47:34 -0400
committertrilene <trilene@runbox.com>2020-07-13 20:47:34 -0400
commit195ba5e5eeb97f5e8c13a75df1f98784f2c58af8 (patch)
tree323e298e6b1c5767fc5ce5399ad05185994fe7d6 /src
parentHandle preemptive CallHangUp (diff)
downloadnheko-195ba5e5eeb97f5e8c13a75df1f98784f2c58af8.tar.xz
Remove comments
Diffstat (limited to 'src')
-rw-r--r--src/timeline/TimelineModel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp
index 26a2f72e..2c97d576 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)) {