Avoid updater double initialization
Don't initialize the updater twice when logged in. When the session is first loaded, only initialize the updater if there are no logged in users in the session. If there are, the updater will be initialized by the watcher. Fix #1307
Showing
Please register or sign in to comment