forgot to reset counter m(

This commit is contained in:
tastytea 2018-05-17 13:46:00 +02:00
parent 6d578f7e1e
commit 4d48e5fa1c
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.7) cmake_minimum_required (VERSION 3.7)
project (expandurl-mastodon project (expandurl-mastodon
VERSION 0.2.4 VERSION 0.2.5
LANGUAGES CXX LANGUAGES CXX
) )

View File

@ -105,6 +105,7 @@ std::vector<Easy::Notification> Listener::get_new_messages()
if (count_empty > 5) if (count_empty > 5)
{ {
_running = false; _running = false;
count_empty = 0;
} }
} }