Fix: notifications fetcher double fetching on every tick
the problem: it fetches notifications twice on every tick
removed some unnecessary pointless code (fetchAndUpdate doesn't do much when the application starts fetching notifications immediately anyway)
changed the notifications fetcher to not do the second fetch if it was going to be the same as the first one
Edited by Shpuld Shpludson