Skip to content

Commit

Permalink
Update client version to 1.3.1817
Browse files Browse the repository at this point in the history
  • Loading branch information
micl2e2 committed Sep 28, 2023
1 parent e5ba911 commit bb9cfbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion shared/common.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <fmt/core.h>

constexpr auto TF_DEV = "TG-FOCUS";
constexpr auto TF_VER = "1.2.817";
constexpr auto TF_VER = "1.3.1817";

class FileReader
{
Expand Down
6 changes: 0 additions & 6 deletions tf-focusd/collector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ decorate_msg (const std::string &msg)
void
TdCollector::collect_msg (const TgMsg &msg, size_t c_count)
{
// https://core.telegram.org/tdlib/docs/td__api_8h.html#a7b249263de52128c32781ba0e713b556
// if (msg.get_chat_title ().find ("TG-FOCUS") != std::string::npos)
// {
// return;
// }

auto text_ctn
= fmt::format (R"([ CHAT ] {}
[ SENDER ] {}
Expand Down

0 comments on commit bb9cfbe

Please sign in to comment.