#5329 (Fix) mark stopped telegram listener as not started
Voting ended almost 4 years agoSucceeded
Currently the telegram listener sets an internal variable when it starts and only starts if that is not set to True. This variable is not reset to False when the listener is stopped which makes it impossible to restart a stopped listener.