Skip to content
Snippets Groups Projects

Fixed sharkey randomly clearing notifications

Open Leah requested to merge bug/fixing-random-notification-clearing into develop
2 unresolved threads

What does this PR do? (Please give us a brief description of what this PR does.) The PR makes it so notifications don't randomly get marked as read and are only marked as read when the mark all as read button is pressed. More info in the issue here Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
40 41 import { infoImageUrl } from '@/instance.js';
41 42 import { defaultStore } from '@/store.js';
42 43 import MkPullToRefresh from '@/components/MkPullToRefresh.vue';
43 import * as Misskey from 'misskey-js';
  • Developer

    could you put this back here? unless there's a very good reason, we'd like to stay as close as upstream as possible!

  • Author Contributor

    Hmm it seems it autoformats back up there on save. It would seem this is due to the project config?

  • Author Contributor

    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?

  • Author Contributor

    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

  • Please register or sign in to reply
  • Hazelnoot approved this merge request

    approved this merge request

  • Please register or sign in to reply
    Loading