Skip to content

Ml fix uninitialized session

Matthias Larisch requested to merge ml-fix-uninitialized-session into master

What does this MR do?

  • Allow writing to uninitialized sessions (by failing silently), to potentially support sessions for not-logged-in users
  • Session: Do not try to request information about not logged in user.

This mainly avoids some requests failing.

https://sentry.io/organizations/foodsharing-ev/issues/1669294048 https://sentry.io/organizations/foodsharing-ev/issues/1669339288

How confident are you it won't break things if deployed?

Sure

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
  • Once your MR has been merged, you are responsible to update the #foodsharing-beta Slack channel about what has been changed here. They will test your work in different browsers, roles or other settings
Edited by Alex

Merge request reports