feat: Implement read cursor activity tracking and recent activity dashboard with context
This commit is contained in:
@@ -44,6 +44,11 @@ class User extends Authenticatable implements PasskeyUser
|
||||
return $this->hasMany(Mutation::class);
|
||||
}
|
||||
|
||||
public function readCursors()
|
||||
{
|
||||
return $this->hasMany(ReadCursor::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the attributes that should be cast.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user