tg_cli: minor.

GitOrigin-RevId: f0e63c87b6c96e4b6f313c0112d559fd6e15eb3f
This commit is contained in:
levlam 2019-12-29 01:46:30 +03:00
parent 4abc124cce
commit 2704d52f96
1 changed files with 2 additions and 2 deletions

View File

@ -1828,10 +1828,10 @@ class CliClient final : public Actor {
to_integer<int32>(limit), nullptr));
} else if (op == "SM") {
string chat_id;
string filter;
string limit;
string offset_message_id;
string offset;
string limit;
string filter;
std::tie(chat_id, args) = split(args);
std::tie(filter, args) = split(args);