summary refs log tree commit diff
path: root/src/timeline
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-08 21:24:44 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-08 21:24:44 +0300
commit6d474b77f15eb3040d59580ebd70e52f297fd34a (patch)
tree89a665d607012faf37c44f5fd1b0fe234195174e /src/timeline
parentAdd context menu action to request encryption keys (diff)
downloadnheko-6d474b77f15eb3040d59580ebd70e52f297fd34a.tar.xz
Fix variable shadowing that caused the key response to be null
Diffstat (limited to 'src/timeline')
-rw-r--r--src/timeline/TimelineView.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timeline/TimelineView.cc b/src/timeline/TimelineView.cc

index ee7b9a86..b156b732 100644 --- a/src/timeline/TimelineView.cc +++ b/src/timeline/TimelineView.cc
@@ -1450,5 +1450,7 @@ TimelineView::handleClaimedKeys(std::shared_ptr<StateKeeper> keeper, "message: {}", err->matrix_error.error); } + + (void)keeper; }); }