forgot to reset counter m(
This commit is contained in:
parent
6d578f7e1e
commit
4d48e5fa1c
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required (VERSION 3.7)
|
||||
project (expandurl-mastodon
|
||||
VERSION 0.2.4
|
||||
VERSION 0.2.5
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
|
|
@ -105,6 +105,7 @@ std::vector<Easy::Notification> Listener::get_new_messages()
|
|||
if (count_empty > 5)
|
||||
{
|
||||
_running = false;
|
||||
count_empty = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user