Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider streams when checking for user/* contents #28

Open
drzraf opened this issue Apr 2, 2021 · 0 comments
Open

Consider streams when checking for user/* contents #28

drzraf opened this issue Apr 2, 2021 · 0 comments

Comments

@drzraf
Copy link

drzraf commented Apr 2, 2021

My setup.php does

return [
    'environment' => $environment,
    'streams' => [
        'schemes' => [
            'user' => [
                'type' => 'ReadOnlyStream',
                'prefixes' => [
                    '' => ["user/foobar/"],
                ]
            ],
        ]
    ]
];

Still, problems does not interpolate (custom) streams and blindly checks for user/data instead of user/foobar/dataetc...

@drzraf drzraf changed the title use streams Consider streams when checking for user/* content Apr 2, 2021
@drzraf drzraf changed the title Consider streams when checking for user/* content Consider streams when checking for user/* contents Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants