Skip to content

Commit

Permalink
Add return type to auth signal handler
Browse files Browse the repository at this point in the history
  • Loading branch information
dar5hak committed Oct 6, 2024
1 parent e83ff20 commit da76630
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/backend/fresh/freshConnection.vala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ public class FeedReader.freshConnection {
Logger.error("fresh Session: need Authentication");
} else if(!retrying) {
auth.authenticate(m_utils.getHtaccessUser(), m_utils.getHtaccessPasswd());
return true;
}
return false;
});

var msg = new freshMessage();
Expand Down

0 comments on commit da76630

Please sign in to comment.