Skip to content

Fix: notifications fetcher double fetching on every tick

Shpuld Shpludson requested to merge fix/remove-extra-notifications-fetch into develop

the problem: it fetches notifications twice on every tick

image

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

Merge request reports