Fixed sharkey randomly clearing notifications
2 unresolved threads
2 unresolved threads
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -29,6 +29,7 @@ SPDX-License-Identifier: AGPL-3.0-only
@@ -40,7 +41,6 @@ import { notificationTypes } from '@/const.js';
@@ -52,12 +52,14 @@ const pagination = computed(() => defaultStore.reactiveState.useGroupedNotificat
could you put this back here? unless there's a very good reason, we'd like to stay as close as upstream as possible!
Hmm it seems it autoformats back up there on save. It would seem this is due to the project config?
Other than that is this PR fine then?
have you checked that the behaviours I pointed out in my other comments don't make the clearing even more random?
From my tests it seems less random. Are there any specific tests I should try? Its a bit hard to test on a local instance where I don't get a lot of notifications so I'm sending a lot of test notifications. But also telling it to not clear in this case would only make it clear less not more randomly