MichaelBelgium / flarum-profile-views

An extension for the Flarum forum software which tracks and displays profile views.
MIT License
4 stars 4 forks source link

fix: handle guest users more safely and cleanly #17

Closed askvortsov1 closed 2 years ago

askvortsov1 commented 2 years ago

After recent updates, app.session.user is now null, not undefined, when the user is a guest. This handles both cases and is a bit more concise.