mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Fixed Travis build.
Regression was introduced in 771a51224e11a162af58b60c0b0cedb730484d15.
This commit is contained in:
parent
dec8264625
commit
9d8b80cbce
@ -260,7 +260,7 @@ public:
|
|||||||
auto maybeError = std::optional<Error>();
|
auto maybeError = std::optional<Error>();
|
||||||
auto collecting = stream->events().start(
|
auto collecting = stream->events().start(
|
||||||
[&](Value && value) { values.push_back(std::move(value)); },
|
[&](Value && value) { values.push_back(std::move(value)); },
|
||||||
[](Error &&error) { maybeError = std::move(error); },
|
[&](Error &&error) { maybeError = std::move(error); },
|
||||||
[] {});
|
[] {});
|
||||||
std::move(initial) | start_to_stream(*stream, _lifetime);
|
std::move(initial) | start_to_stream(*stream, _lifetime);
|
||||||
collecting.destroy();
|
collecting.destroy();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user