statamic / collaboration

Real-time, multi-user editing with Statamic via websockets
https://statamic.com/addons/statamic/collaboration
33 stars 12 forks source link

Support Eloquent driven users #91

Closed ryanmitchell closed 7 months ago

ryanmitchell commented 8 months ago

Run $user through the Statamic user facade to ensure its a valid Statamic user.

Closes https://github.com/statamic/collaboration/issues/75

JorisOrangeStudio commented 8 months ago

@ryanmitchell Nice thanks! Looks like this fix works. Can't wait for the merge :)

JorisOrangeStudio commented 7 months ago

@jackmcdade Do you have time to review (& merge) this PR?