Skip to content

Favicon is stuck in notify state #9149

@bt90

Description

@bt90

As discussed in the forum: https://forum.syncthing.net/t/favicon-notification-breakdown-sticky-black-exclamation-mark-across-browsers/20882/7

#8918 removed the connection entry for the device itself:

if device == m.id {
continue
}

But this entry is required for the UI to properly determine the status of the device itself:

if (typeof $scope.connections[deviceCfg.deviceID] === 'undefined') {
return 'unknown';
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugA problem with current functionality, as opposed to missing functionality (enhancement)frozen-due-to-ageIssues closed and untouched for a long time, together with being locked for discussion

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions